I am currently using sockets to try and send messages between a Silverlight 3 client and a .NET3.5 service.I can set up the TCP connection fine, and send data across, but my issue comes with serialisi
When is IPPROTO_UDP required? Is there ever a case where UDP is not the default protocol for SOCK_DGRAM? (real cases, not hypothetical \"it might be\", please\")
I am trying to write an application which amongst other things uses the openssl blowfish implementation (blowfish.h) to transport files over a simple server/client pair.
I\'m extremely excited about html5\'s websockets spec but I have a concern. These days everyone is operating off of some network, with routers (wired/wireless) that have built in firewalls, windows h
I have two simple Python files: client.py and server.py. The client simply sends the text you type to the server, via UDP socket.
it seems that Flash was supposed to run in a sandbox in the browser. But, if Flash can get data from a remote server, can it similarly get data from localhost IP on the same machine? In other words, c
How to 开发者_运维知识库inform the server if a client is interrupted, and then close the socket?If the other end of a socket is closed, your end will be marked as readable and return 0 from read - thi
since quite some time I\'m trying to listen to .pls files (shoutcasts). I have to say that I failed horrible.
When I try to bind socket to port 80 from program I get error, but how two browsers 开发者_开发问答simultaneously could listen to same port 80 ? Browsers do not listen on port 80, HTTP servers do (alt
I\'m having trouble with a socket application I\'m programming in C++.I\'m doing my programming with Bloodshed Dev-Cpp on Windows XP.I made a class for handling all the message transfers and have a cl