Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tcp

Why shouldn't I run my non-web server software on port 80?

sockets tcp client-server

When binding a client TCP socket to a specific local port with Winsock, SO_REUSEADDR does not have any effect

c winapi sockets tcp winsock

What is the total length of pure TCP Ack sent over ethernet?

tcp wifi ethernet

Simple Http alternative for Wireshark

Is zeromq the right solution for peer to peer video chat

video tcp chat zeromq peer

Why Java ServerSocket accept() returns a socket with the same port as ServerSocket?

java sockets tcp serversocket

Writing on a TCP socket closed by the peer

c sockets tcp sigpipe

TCP sockets: Where does incoming data go after ack(leaves tcp read buffer) but before read()/recv()?

Receiving data through LISP USOCKET

What is a file descriptor/connection/socket/ip?

tcp ip file-descriptor

Qt incomingConnections not called

c++ qt tcp

Send TCP SYN packet with payload

linux sockets tcp packet

Is TCP URG (urgent data) acknowledged?

Which Audio Codec should I use?

c# audio tcp codec speech

Erlang gen_tcp connect question

sockets tcp erlang

How can I measure the performance and TCP RTT of my server code?

How to push (i.e. flush) data sent to a TCP stream

c sockets unix tcp

Where does the Transport Layer operate?

when to use duplex service?

wcf tcp duplex

How do I send a command to a single client instead of all of them?