Documentation ¶
Index ¶
Constants ¶
View Source
const SocketSize = 65536
we could end up handling a lot of long-lived connections in parallel. Let's think of our memory overheads up-front. Back of the envelope sizing: 8GiB kernel memory / (2 * 64KiB buffers) / 2 pairs = 32Ki concurrent connection pairs.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.