I couldn't find a clear answer on Google or SO. I know a net.Server instance has a close method that doesn't allow any more clients in. But it doesn't disconne
I am writing a socket based C application which seems to behave in a very unstable way. The code is standard socket handling on TCP port 6683, and I know it has
I am trying to set up MS SQL Server Express 2019 to listen on TCP/IP and connect to it through IP address instead of shared memory. I am currently connecting th
I try to redirect/forward a TCP stream to another Sink with Akka 2.4.3. The program should open a server socket, listen for incoming connections and then consum
I need to send data from one android device to another android device directly(p2p) after they find each other through a server. I read some stuff that this can
I was writing a TCP implementation, did all the fancy slow and fast retransmission stuff, and it all worked so I thought I was done. But then I reviewed my pack
I spent the last days trying to figure out how to download a file from an URL. This is my first challenge with socket and I'm using it to have an understanding
I am trying to execute reverse tcp command on a android device connected remotely(using adb connect <ip-address>). But I am getting following error while
i need to create some statistics from packets in my network interface, but i'm concerned only for my tcp sessions. i thought i could do that with nfdump and nfs
I wanna send data from client to server. There are two queues. in client side and in server side. I want to my client to be connected to the server and send all
I am a complete beginner when it comes to networking and I am trying to set up a TCP tunnel on my machine using pagekite. I want to route all traffic from a TCP
I have an update server that sends client updates through TCP port 12000. The sending of a single file is successful only the first time, but after that I get a
I'm running an Express.js application using Socket.io for a chat webapp and I get the following error randomly around 5 times during 24h. The node process is wr