...
It's possibe to control the TCP send and receive buffer (SO_RCVBUF / SO_SNDBUF) adding the entries below to the Client Configuration FileFiles:
Code Block |
---|
# TCP and UDT connections net.socket.internet.buffer.size=16384 net.socket.lan.buffer.size=65536 # UDT Connections only net.socket.internet.buffer.limit=262144 net.socket.lan.buffer.limit=1048576 |
...