Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

There's no such thing as an asynchronous tcp socket.

The data over the socket is being sent asynchronously using tcp, but it is still a regular socket. You could send datagram packets on the socket at the same time.

 

Anyway, once data is sent, you can't do anything but read it and throw it out if you don't want it.

 

If your not performing handshaking, it would help.

  • 2 weeks later...
Posted
How would hand shaking help? And how would i do that? i just need to know how to flush a socket. I cant believe that they are designed the way they are. Why would the socket just let data sit in its buffer forever until a desirable amount of data is sent. There should be some way around this.
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...