Top "Tcp" questions

Transmission Control Protocol (TCP) is a transport layer protocol that provides a connection-oriented data stream service with guaranteed, in-order delivery.

IP Fragmentation and Reassembly

I am currently going through my networking slides and was wondering if someone could help me with the concept of …

networking tcp network-protocols fragmentation defragmentation
How to parse packets in a python library?

How to you parse a packet from either a .pcap file, or an interface, using python? I'm specifically looking for …

python tcp pcap
What is the fundamental difference between WebSockets and pure TCP?

I've read about WebSockets and I wonder why browser couldn't simply open trivial TCP connection and communicate with server like …

tcp websocket
Nginx TCP forwarding based on hostname

With the release of TCP load balancing for the Nginx community version, I would like to mix OpenVPN and SSL …

nginx tcp stream load-balancing virtualhost
TCP server with multiple Clients

I am working on TCP server/client application. My question is: My server application starts a new thread and blocks …

c# sockets tcp tcpserver
How can I make a browser to browser (peer to peer) connection?

How can I write a website using HTML5, CSS and JavaScript on client side that will allow direct tcp/ip …

javascript html tcp p2p tcp-ip
How to listen to a TCP port using PHP?

I have a GPS Tracker that connects and send data to a defined public server:port through GPRS connection. I …

php networking tcp gps ubuntu-server
Sniffer for localhost (Windows OS)

I am looking for a sniffer that can work with the loopback address in Windows. So far, I found Microsoft …

windows debugging tcp packet-sniffers
Why is bind() used in TCP? Why is it used only on server side and not in client side?

I wanted to know the exact function of bind() in TCP. What does it mean by 'binding' a local address …

sockets networking tcp network-programming bind
What is a TCP window update?

I'm making my own custom server software for a game in Java (the game and original server software were written …

java networking sockets tcp wireshark