bismuthd/commons
greysoh 412ed6bb77
feature: Makes "ConnStandardMaxBufSize" less.
This makes "ConnStandardMaxBufSize" less, because, according to tests,
it doesn't matter if it's 2 times. 65535 works fine on its own.

Anything less than 65535 is dangerous, however. The maximum packet size
in TCP is 64k, so if the maximum buffer size is less than that, it could
cause issues, depending on the application.
2024-10-19 16:48:16 -04:00
..
conn.go feature: Makes "ConnStandardMaxBufSize" less. 2024-10-19 16:48:16 -04:00
conv.go feature: Initial commit. 2024-10-19 14:49:24 -04:00
enum.go feature: Initial commit. 2024-10-19 14:49:24 -04:00