whitequark
|
19ed1f38d8
Bump version.
|
7 년 전 |
whitequark
|
4e8be41caf
Update features to reflect merge of alloc and collections crates.
|
7 년 전 |
whitequark
|
15bd9896f1
Update README.
|
7 년 전 |
whitequark
|
c33aedf7c6
Update README.
|
7 년 전 |
whitequark
|
64369d9801
Make TCP more RFC 5681 compliant wrt immediate ACKs.
|
7 년 전 |
whitequark
|
fb624e5528
Clarify inline TCP documentation.
|
7 년 전 |
whitequark
|
546b3670ef
Revert "Keep dispatching packets from a socket as long as there are any."
|
7 년 전 |
whitequark
|
51b2f18d11
Keep dispatching packets from a socket as long as there are any.
|
7 년 전 |
whitequark
|
c879b39629
Fix a warning.
|
7 년 전 |
whitequark
|
eff0e0b90e
Handle buffer wraparound in TCP reassembly code.
|
7 년 전 |
whitequark
|
f65bc8aa79
Make sure all side-effectful RingBuffer methods are #[must_use].
|
7 년 전 |
whitequark
|
3c74d3309b
Add RingBuffer::{enqueue_allocated,dequeue_allocated}.
|
7 년 전 |
whitequark
|
7b29dfee2e
Add RingBuffer::{read_allocated,write_unallocated}.
|
7 년 전 |
whitequark
|
7684d50d6e
Fix an issue where TCP packets would have zero IP payload length.
|
7 년 전 |
whitequark
|
64d306340b
Fix a few warnings.
|
7 년 전 |
whitequark
|
394ea4d633
Implement reassembly of out-of-order TCP segments.
|
7 년 전 |
whitequark
|
af51f2aba9
Clean up PSH flag handling.
|
7 년 전 |
whitequark
|
c43446ff3a
Do not clear remote_last_ts in TcpSocket::set_timeout().
|
7 년 전 |
whitequark
|
968255e56d
Clean up and document TCP MSS calculations.
|
7 년 전 |
whitequark
|
30cafe3106
Implement a buffer (re)assembler.
|
7 년 전 |
whitequark
|
742a8f5e2b
smoltcp;:parsing → smoltcp::parsers.
|
7 년 전 |
whitequark
|
64a82709d4
Implement TCP timeouts.
|
7 년 전 |
whitequark
|
a04b32441b
Implement TCP keep-alive.
|
7 년 전 |
whitequark
|
c5deacbcb8
Fix warnings.
|
7 년 전 |
whitequark
|
14355e15d0
RingBuffer::{empty,full}→is_{empty,full}.
|
7 년 전 |
whitequark
|
388e94b32a
Remove Error::Rejected.
|
7 년 전 |
Egor Karavaev
|
a2c66fdd88
Factor out TcpSocket::accepts.
|
7 년 전 |
Egor Karavaev
|
44cf21b91b
Factor out UdpSocket::accepts.
|
7 년 전 |
Egor Karavaev
|
5303501173
Factor out RawSocket::accepts.
|
7 년 전 |
whitequark
|
cef2d58c73
Send a challenge ACK in response to an unacceptable TCP ACK.
|
7 년 전 |