Re: [twsocket] Package Count / Wireshark

2009-09-10 Thread Tobias Rapp
Alper Albayrak wrote: Monitoring packages arrived, I see that one of the packages (505 byte) is divided into 3 packages. What i want to ask; is this the way tcp protocol transfers data over network, or package count is because of the method client uses to send data..? I once have also

Re: [twsocket] Package Count / Wireshark

2009-09-10 Thread Francois PIETTE
i used wireshark to monitor activity on the port i m listening on.Protocol is TCP and the server was build with ICS TWSocketServer. Monitoring packages arrived, I see that one of the packages (505 byte) is divided into 3 packages. What i want to ask; is this the way tcp protocol transfers data

Re: [twsocket] Package Count / Wireshark

2009-09-10 Thread Arnaldo Braun
Hi You can try to modify the normal behavior of TCP by setting wsoTcpNoDelay in TWSocket.ComponentOptions. This can avoid some TCP small packets caching. []s Arnaldo Tobias Rapp escreveu: Alper Albayrak wrote: Monitoring packages arrived, I see that one of the packages (505 byte) is

Re: [twsocket] Package Count / Wireshark

2009-09-10 Thread Piotr Dałek
Hello! i used wireshark to monitor activity on the port i m listening on.Protocol is TCP and the server was build with ICS TWSocketServer. Monitoring packages arrived, I see that one of the packages (505 byte) is divided into 3 packages. What i want to ask; is this the way tcp protocol

[twsocket] Package Count / Wireshark

2009-09-09 Thread Alper Albayrak
i used wireshark to monitor activity on the port i m listening on.Protocol is TCP and the server was build with ICS TWSocketServer. Monitoring packages arrived, I see that one of the packages (505 byte) is divided into 3 packages. What i want to ask; is this the way tcp protocol transfers data