whitequark
|
394ea4d633
Implement reassembly of out-of-order TCP segments.
|
7 anos atrás |
whitequark
|
af51f2aba9
Clean up PSH flag handling.
|
7 anos atrás |
whitequark
|
c43446ff3a
Do not clear remote_last_ts in TcpSocket::set_timeout().
|
7 anos atrás |
whitequark
|
968255e56d
Clean up and document TCP MSS calculations.
|
7 anos atrás |
whitequark
|
30cafe3106
Implement a buffer (re)assembler.
|
7 anos atrás |
whitequark
|
742a8f5e2b
smoltcp;:parsing → smoltcp::parsers.
|
7 anos atrás |
whitequark
|
64a82709d4
Implement TCP timeouts.
|
7 anos atrás |
whitequark
|
a04b32441b
Implement TCP keep-alive.
|
7 anos atrás |
whitequark
|
c5deacbcb8
Fix warnings.
|
7 anos atrás |
whitequark
|
14355e15d0
RingBuffer::{empty,full}→is_{empty,full}.
|
7 anos atrás |
whitequark
|
388e94b32a
Remove Error::Rejected.
|
7 anos atrás |
Egor Karavaev
|
a2c66fdd88
Factor out TcpSocket::accepts.
|
7 anos atrás |
Egor Karavaev
|
44cf21b91b
Factor out UdpSocket::accepts.
|
7 anos atrás |
Egor Karavaev
|
5303501173
Factor out RawSocket::accepts.
|
7 anos atrás |
whitequark
|
cef2d58c73
Send a challenge ACK in response to an unacceptable TCP ACK.
|
7 anos atrás |
whitequark
|
ef6f65812e
Remove RingBuffer::set_len().
|
7 anos atrás |
whitequark
|
68921f14f8
Refactor the "random access" ring buffer interface.
|
7 anos atrás |
whitequark
|
fb05226a62
Refactor the "continuous" ring buffer interface.
|
7 anos atrás |
whitequark
|
9cb813134c
Merge the TCP ring buffer and generic ring buffer.
|
7 anos atrás |
whitequark
|
550deb3bc5
Don't instantly ACK every received TCP segment.
|
7 anos atrás |
whitequark
|
962180b71c
Update feature list in README to mention everything from RFC 1122.
|
7 anos atrás |
whitequark
|
6ebcddd077
According to RFC 1122, unsupported IP options MUST be ignored.
|
7 anos atrás |
whitequark
|
3fff475c8f
An unaddressable egress packet should not be a reportable error.
|
7 anos atrás |
whitequark
|
dc94c35da3
Unbreak traffic shaper in the fault injector.
|
7 anos atrás |
whitequark
|
017210ea28
Exhaustion of transmit buffers should not be a reportable error.
|
7 anos atrás |
whitequark
|
fac42e94db
Fix an inaccurate comment.
|
7 anos atrás |
whitequark
|
01021e46ce
Fix an unused import warning.
|
7 anos atrás |
whitequark
|
7e2dc1a6d6
Allow querying the size of the TCP transmit and receive buffers.
|
7 anos atrás |
whitequark
|
b6f7529fd7
TCP socket debug messages "sending <flags>" should be at DEBUG level.
|
7 anos atrás |
whitequark
|
49ed4ae5f3
Add a TCP data source endpoint to the server example.
|
7 anos atrás |