Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working on a large file transfer(P2P) in UDP air application. I want to connect client and server using T开发者_Python百科CP. Can anybody tell me how to connect both both in TCP. Thank you.thanks
I am working on an iPhone game which is depended on a LAMP server. I want to create a \"event\" based system where the apache server sends an event to the iphone.
What is the best way to redirect ANY browser to a different ip for specific sites? For example if the user will type www.facebook.com in any browser he will be redirected to 127.0.0.1. Also the same s
I have a C++ application runn开发者_C百科ing on windows xp 32 system sending and receiving short tcp/ip packets.
Doing a some practice questions for exam tomorrow can\'t figure out this one What is the minimum number of socket port(s) require开发者_开发知识库d for a TCP server to connect a TCP client for commu
I\'m looking for the faster and easy way to connect the iphone to the PC with IP/Port connection. Anyone has a good idea?
I\'m using select() to recv() messages from server, using TCP/IP.When I send() messages from the server, it returns a reasonable number of bytes, saying it\'s sent successful. And it does get to the c
So I\'m trying to write a simple TCP socket server that broadcasts information to all connected clients.So when a user connects, they get added to the list of clients, and when the stream emits the cl
When i try to connnect to a local IP everything goes wonderfully but as soon as i use a normal ip, like to connect to a friend开发者_StackOverflow of mine outside the lan it just doesn\'t workIt\'s mo