whitequark
|
49ed4ae5f3
Add a TCP data source endpoint to the server example.
|
7 yıl önce |
whitequark
|
f76b4be42d
Dispatch a TCP ACK every time window increases at all.
|
7 yıl önce |
whitequark
|
21282fdb22
Send a TCP ACK after window increases from zero to non-zero.
|
7 yıl önce |
whitequark
|
86a05f13f5
More rigorously treat the TcpSocket::remote_last_ack field.
|
7 yıl önce |
whitequark
|
3ab58b084d
Fix the TCP SEQ acceptability check.
|
7 yıl önce |
whitequark
|
b92708596a
Move the TCP receive window clamping hack downwards in stack.
|
7 yıl önce |
whitequark
|
280ddde479
Fix Ipv4Packet::payload{,_mut}() returning overly long buffers.
|
7 yıl önce |
whitequark
|
1ece71a774
Return from EthernetInterface::poll() on errors, don't swallow them.
|
7 yıl önce |
whitequark
|
79d8470f41
Rework TCP retransmit logic to be much more robust.
|
7 yıl önce |
whitequark
|
614323b9a9
README: add some notable omissions.
|
7 yıl önce |
whitequark
|
39464a53fc
Compute soft deadline in poll() and use nonblocking sockets.
|
7 yıl önce |
whitequark
|
46630603df
Reset the timer transitioning from TCP FIN-WAIT-1 to FIN-WAIT-2.
|
7 yıl önce |
whitequark
|
2354e0b29d
Clarify a function name.
|
7 yıl önce |
whitequark
|
66e3684189
Add a test for TCP sockets returning ACKs even with zero window.
|
7 yıl önce |
whitequark
|
8ae9b21b64
Break up the EthernetInterface::dispatch macro atrocity into functions.
|
7 yıl önce |
whitequark
|
43a547fb0c
Factor out packet parsing from Socket::process.
|
7 yıl önce |
whitequark
|
3974dc780f
Get rid of unused arguments in Socket::{process,dispatch}.
|
7 yıl önce |
whitequark
|
ab0eccd213
Get rid of IpPayload and indirection in Socket::dispatch.
|
7 yıl önce |
whitequark
|
ad9fa282e6
Unify EthernetInterface::{send_response,emit} transmit paths.
|
7 yıl önce |
whitequark
|
917f89e14b
Use FnOnce, not FnMut, in Socket::dispatch() functions.
|
7 yıl önce |
whitequark
|
5cb2dcd1aa
Fix a TCP retransmit loop after transition from SYN-SENT to ESTABLISHED.
|
7 yıl önce |
whitequark
|
b5df50643e
Fix a bug that caused TCP packets with PSH bit to be dropped.
|
7 yıl önce |
whitequark
|
81d79c5455
README: fix typo.
|
7 yıl önce |
whitequark
|
639dfd94c0
TcpRepr::push → TcpControl::Psh.
|
7 yıl önce |
whitequark
|
f3dc84539e
Immediately ACK payload in response to TCP packets that have any.
|
7 yıl önce |
whitequark
|
72359cdd37
Radically simplify and optimize TCP packet dispatch.
|
7 yıl önce |
whitequark
|
bf916e6832
Make TCP packets not matching socket state return Error::Dropped.
|
7 yıl önce |
whitequark
|
d9458c060b
Add a missing \0 in a C string.
|
7 yıl önce |
whitequark
|
bc2a894c00
Rework responses to TCP packets and factor in RST replies to TcpSocket.
|
7 yıl önce |
whitequark
|
7e6e379e09
Fix a typo that broke ARP replies.
|
7 yıl önce |