My question is, how much data does twsocket/winsock hold?
When using UDP, data is sent immediately.
Note that you have to set BufSize to the size of your largest datagram.
Default is 1514 bytes which is the largest Ethernet packet when jumboframes
are not in use.
--
francois.pie...@overbyte.
...@clanhay
Verzonden: woensdag 17 maart 2010 6:11
Aan: twsocket@elists.org
Onderwerp: [twsocket] Sending Buffer size
I have a UDP server supplying client data requests. The data returned can
have 1 of 2 priorities. I already have the priority algorithm worked out so
not a problem.
My question is, how
I have a UDP server supplying client data requests. The data returned can have
1 of 2 priorities. I already have the priority algorithm worked out so not a
problem.
My question is, how much data does twsocket/winsock hold?
i.e. If I have several low proiorty requests sending large amounts of dat