Sam
Sam
CC#
Created by Reversal on 9/8/2023 in #help
❔ TCP vs UDP
Nagles algorithm is trying to wait for more data to send in a single payload, because sending tiny packets is very inefficient especially with TCP
50 replies
CC#
Created by Reversal on 9/8/2023 in #help
❔ TCP vs UDP
You need to set socket.nodelay = true
50 replies