whitequark
|
284db0099f
Small adjustments to TTL code; style, docs, and tests. NFCI.
|
7 年之前 |
Dan Robertson
|
fea462837d
Implement set_ttl for Tcp and Udp sockets
|
7 年之前 |
whitequark
|
100b57aa66
Replace "socket debug identifiers" with just socket handles.
|
7 年之前 |
Egor Karavaev
|
331dc10780
Add support for IPv4 default gateway.
|
7 年之前 |
Steffen Butzer
|
9b1b0b4bde
phy: introduce hardware based checksum settings, rename DeviceLimits
|
7 年之前 |
whitequark
|
7362e1a49e
A few cosmetic changes to TCP socket trace messages.
|
7 年之前 |
whitequark
|
c73721aa03
Completely redo the logic of TCP socket polling.
|
7 年之前 |
whitequark
|
1a810294e2
Fix two issues that may cause TCP sockets to be polled too late.
|
7 年之前 |
whitequark
|
43cc132459
Fix a typo in documentation.
|
7 年之前 |
whitequark
|
64369d9801
Make TCP more RFC 5681 compliant wrt immediate ACKs.
|
7 年之前 |
whitequark
|
fb624e5528
Clarify inline TCP documentation.
|
7 年之前 |
whitequark
|
c879b39629
Fix a warning.
|
7 年之前 |
whitequark
|
eff0e0b90e
Handle buffer wraparound in TCP reassembly code.
|
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
|
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 年之前 |
whitequark
|
cef2d58c73
Send a challenge ACK in response to an unacceptable TCP ACK.
|
7 年之前 |
whitequark
|
68921f14f8
Refactor the "random access" ring buffer interface.
|
7 年之前 |
whitequark
|
fb05226a62
Refactor the "continuous" ring buffer interface.
|
7 年之前 |
whitequark
|
9cb813134c
Merge the TCP ring buffer and generic ring buffer.
|
7 年之前 |
whitequark
|
550deb3bc5
Don't instantly ACK every received TCP segment.
|
7 年之前 |