Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

How to force `telnet` (in TCP mode) to send bytes immediately?

In Linux, when I run telnet <address> <port> and then type things, it buffers data and only sends collected line when I hit Enter. Furthermore, it buffers up to 4096 characters and ...
Nikita Kipriyanov's user avatar
0 votes
1 answer
2k views

TCP socket buffer for every flow

Does the linux kernel create a buffer for every TCP connection, for example when we have 1000 tcp connections the kernel creates 1000 socket buffer and stores the packets of individual flow on its ...
amer m's user avatar
  • 11
0 votes
1 answer
528 views

Linux TCP buffer simulation

I would like to run simulations on the Linux TCP receive buffer to find out how big my buffer has to be. Is there any software available to perform such simulation? It would be handy to be able to ...
user1728363's user avatar