Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
i have a java client-server app in java, both using the same connection class that contains both send/receive messages.
I am trying to figure out the size of an object that is sent to my application via TCP.Unfortunately there is a third party tool that is receiving data and then handing my application an object throug
I wrote a simple file transfer program that runs on Windows 7. I run this program as a server on one computer and client on the other. Client sends out a request for a file transfer and then server se
Does anybody know about a DHCP server app for Windows 7 Professional 32-bit, with the pos开发者_如何学Goibility to configure the NTP server address?
For the below attached tcptrace output (this is taken from the site http://tcptrace.org/manual/index.html under RTT stats)
In my C # application Chat Client I don`t not know how to do a function to receive messages from the Chat Server in C # and presents them in a TextView Chat Client
I have a quick and dirty question. So as it stands, i have two clients and a server running. I can communicate messages from the clients to the server without any problem. my problem appears when i wa
I want to write a port scanner in C# and I can\'t use SocketType.Raw as raw sockets were taken out from desktop versions of windows. I can\'t use SharpPcap either or other wrapper for Winpcap as I use
I have 3 simple NodeJS servers usign NET, HTTP and UDP. Each server listens on port X but has multiple IP addresses. I would like to retrive the actual IP address of the server when the client connect