Advertisement

Missing packets when Server and Client runs on same machine

Started by December 02, 2003 10:52 AM
1 comment, last by Lazzar 21 years, 2 months ago
I am using SDL_net with TCPSockets. My Client sends a message to the Server and the Server broadcastst it then to all connected Clients. When i run my Server and Client on the same machine, i get strange results, cause some Messages seem to not make it from one to the other Client. If i run only 1 Client on the Same machine as Server and the other Clients on other PC''s it runs much more stable (Perfectly) as far as i tested it. Anyone expired similar problems with TCP connections and Server/Client on the same IP? Mayybe it is a known Problem. Lazzar if god gave us the source code, we could change the world!
---------------------------------------------------------if god gave us the source code, we could change the world!
I often test client/server applications on one workstation. What kind of I/O model do the apps use? Maybe windows cannot distinguish one app from the other.

Kuphryn
Advertisement
"What kind of I/O model do the apps use"

erm what you mean by I/O model?

i am using blocking TCP sockets.

Lazzar
---------------------------------------------------------if god gave us the source code, we could change the world!

This topic is closed to new replies.

Advertisement