Image

Imagedeana_in_texas wrote in Imagecpp

Socket Programming

Does anyone here know anything about socket programming?

I'm working on this program, and it seems as if packets are being dropped. Which doesn't make sense, because I'm using TCP sockets and I'm told that those don't drop packets. So apparently I'm doing something incorrectly. I'm using non-blocking I/O with the select() function and fd_set, so maybe there is some kind of a problem caused by this. Or perhaps my socket programming isn't the problem at all and there's a logic error in my code. But I've been trying to figure this out for over a week now and I'm beyond frustrated.

Looking over the posts in this community I can't tell if there is anyone here who does this advanced stuff, so I won't go into details here unless someone comments letting me know that they are experienced in this area.

Any help you are able to offer would be -greatly- appreciated.