I\'ll preface this by saying I have minimal experience with both Perl and Socket programming, so I appreciate any help I can get.I have a TCP Server which needs to handle multiple Client connections s
I\'m experimenting with an Android app that streams Music via UPnP to an XBox. The streaming works for the most part, but quite frequently, after a minute or two, the streaming stalls, especially when
I am trying to think of the best way to have a video file sent over a TCP socket. I have made a standard socket program, but after the read command I\'m not sure how I can go about saving it.
I\'ve got a large bulk downloading application written in Python/Mechanize, aiming to download something like 20,000 files.Clearly, any downloader that big is occasionally going to run into some ECONN
Is there an easy way, on *nix platforms(Linux specifically) to get the IP address of a hostname, while开发者_JAVA百科 supplying a custom DNS server to use in place of the system\'s configured one? I w
I 开发者_高级运维need to have as quick timeout as I get (connection failed) on windows.but on solaris its much longer, how can I make it shorten? (I\'m trying to connect on purpose to a machine that d
Heres the scenrio: TCP server running on solaris, TCP client ru开发者_运维问答nning on Linux. Client connects and starts sending data. Client stops sending data and after N inactive seconds the serve
I starts learning TCP protocol from internet and having some experiments. After I read an article from http://www.diffen.com/difference/TCP_vs_UDP
Hey all i am trying to get this code that worked in VB6 just fine to work in VB.net 2008. It doesnt seem to want to connect (but has no error after it goes past the sockMain.Connect().
I have a TcpListener which waits for new socket connections. When a new connection is made, some other code services messages from the remote user. I periodically check for new connections and if a ne