I am trying to use tcpdump to display the content of tcp packets flowing on my network. I have something like:
I need to re-write an existing client-server application. The existing application communicate using socket, I have to convert it into WCF.
There is a flash movie which is using flash.net.Socket to connect to a server. Bu开发者_JAVA技巧t there could be a situation when the server is not running, hence nothing is listening on the port sock
I am doing a measurement project where I send and receive data from numerous devices on my network. The send/receive can be considered fast and intensive, as there is almost no pause and a continuous
is it possible to wri开发者_Go百科te TCP P2P program without server? When I was googling this question I found something about NAT traversal,UPnP, can I use them somehow?Yes you can (where as Grandmas
I have installed MS Loop-back adapter and have given it a static IP: 10.10.10.9 my laptop is configured as 10.10.10.30 , and my gateway is 10.10.10.1
VS 2010 comes with SQL 2008 Express, and upgrades existing project\'s databases to SQL 2008 as well (please correct me if im wrong!) - however, I now have a problem - I need to simulate a hosting situ
When we send a large amount of data to the client,its Rec开发者_开发百科eiveAsync event is being called more than one time and in each time we get a few piece of the packet.
I\'ve a general design question: I have a mailserver, written in C#. Then I have a web forum software, written in for ASP.NET in C#.
I have a system working with the client-server structure and PostgreSQL 8.4. My problem is that if a client is editing a record and lose his connection to the server, the TCPIP connection is still co