shoham-b

Results 4 issues of shoham-b

Add the possibility to use [https://en.wikipedia.org/wiki/Nagle%27s_algorithm?wprov=sfla1](nagle's algorithm). This should come with the possibility of turning off the delayed ack due to collision between the two.

help wanted

Currently, if a packet is sent to a port which is not in stack.sockets, then it is responded with rst. The issue with such behaviour raises when a rst is...

Currently, pytcp can be run as a script, using pytcp.py It would have been nice to be able to import it as a library. To do this a few things...

Hi. Appending to a one of the chunk resulted from `lo.Chunk` might leak into to consecutive chunk. ```go func TestChunk(t *testing.T) { allData := []int{1, 2, 3, 4, 5, 6,...