-
- Downloads
SSL.sslfile: Write multiple packets in the same write().
Use the support for writev(2) to write the packets in the write_buffer. This should improve data throughput measurably. NB: This reduces the number of required rounds in the backend during handshaking to the old level.
Please register or sign in to comment