C# TCP First Message Delay

Posted by ikurtz on Stack Overflow See other posts from Stack Overflow or by ikurtz
Published on 2010-03-22T15:40:36Z Indexed on 2010/03/27 20:23 UTC
Read the original article Hit count: 227

Filed under:
|
|

greetings,

i am writng a socket program using sockets in c# (asynchronous).

the issue is, when a client connects to the server it kinda happens quiet fast. then..

when the first message is sent there is a delay in responding.

this only happens to the very first data being sent over the connection. and boh client and server suffers from this behaviour.

what is this delay? is there a way to get rid of this?

many thanks.

© Stack Overflow or respective owner

Related posts about tcp

Related posts about asynchronous