My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the same LAN).
I have made a TCP server which I have been testing locally and it works great, and now I have opened the port on my firewall but I still cant see the port externally. I think this is down to the confi
If I am writing to a socket file descriptor using write() bytes by bytes,开发者_如何学运维 Is every byte now a packet?
I\'m currently working on a python project, that requires file transmission from a client to a server via the Python socket.
I have a small TCP server that listens on a port.While debugging it\'s common for me to CTRL-C the server in order to kill the process.
Which mechanism can I use to get all open por开发者_JS百科ts with the associated PID\'s (process ID\'s) in Windows 2000?
On the Flash client side, how do I detect when the server purposely closes the TCP connection to its video stream? I\'ll need to take action when this occurs - maybe attempt to restart the video or di
I have a project where I\'m trying to send a serialized object to the server, then wait for an "OK" or "ERR开发者_StackOverflowOR" message to come back.
My question is about TCP parameters in Linux. By now, I want to change the default values of: Initial Timeout
Hi We are writing a unique project. I was wondering if someone could point me us in the right direction, as I am not familiar with tcp programming.