Apr 20th, 2000, 05:25 AM
I have been writing a chat client/server to familiarize myself with the Winsock control. I'm using TCP, not UDP, for the connection protocol. The server has a Winsock control array that it grows as clients attach, and a collection class to store information on users. All this seems to work fine, but I'm having one inexplicable problem. It may be my code, or it may be a functionality issue with the control.
My question is, does the Winsock control buffer data before sending it in one lump sum? It looks like that's what's happening. If so, is there a way around this?
My question is, does the Winsock control buffer data before sending it in one lump sum? It looks like that's what's happening. If so, is there a way around this?