Oh how I wish TCP was packet-based like UDP is! [see comments] But alas, that\'s not the case, so I\'m trying to implement my own packet layer. Here\'s the chain of events so far (ignoring writing pac
When I ping one site it returns \"Request timed out\". I want to make little program that will inform me (sound beep or something like that) when this server is online again. No matter in which langua
I am Trying to create AdHoc connection and for this i am using AdHoc wifi Interface provided by Microsoft.
I am writing silverlight 3 application which is working o开发者_如何学运维n network. It works like client-server application. There is WinForm application for server and silverlight application for cl
Is there any limit on the size of data that can be received by TCP client. With TCP socket communication, server is send开发者_开发百科ing more data but the client is only getting 4K and stopping.I\'m
I\'m trying to build a server that will receive files sent by clients over a network. If the client decides to send one file at a time, there\'s no problem, I get the file as I expected, but if it tri
How would I check if the remote host is up without having a port number? Is there any other way I could check other then using regular ping.
I have a windows service which uses the ServiceHost class to host a WCF Service using the net.tcp binding.I have done some tweaking to the config to throttle sessions as well as number of connections,
For fun I\'m trying to write a very simple server in C. When I send this response to Firefox it prints out the body \"hello, world\" but with Chromium it gives me a Error 100 (net::ERR_CONNECTION_CLO
I\'m trying to link 10 computers together, the program I would like to write would have one \'control开发者_Go百科\' computer. From what I\'ve looked up this computer would take all the packets sent o