diff options
author | Martin Peach <mrpeach@users.sourceforge.net> | 2011-11-03 18:40:32 +0000 |
---|---|---|
committer | Martin Peach <mrpeach@users.sourceforge.net> | 2011-11-03 18:40:32 +0000 |
commit | c1a4500d6c422f5d4a4302210da758379589b044 (patch) | |
tree | a3da5af73377afe30f83182aa6a9a166b052fa91 /binfile/binfile.c | |
parent | 102df6d72865b66e534a7188795fc83f6ae2f7d4 (diff) |
To prevent overwriting the send buffer with multiple simultaneous messages, each sender thread now gets its own buffer.
(Usually a multiple message results in two TCP packets, with the first message in the first packet and the rest in the second.)
The buffers are preallocated and assigned to threads in round-robin fashion. There are MAX_TCPCLIENT_THREADS (32) buffers.
Wait for all threads to terminate before disconnecting a socket.
svn path=/trunk/externals/mrpeach/; revision=15700
Diffstat (limited to 'binfile/binfile.c')
0 files changed, 0 insertions, 0 deletions