whitequark
|
b5df50643e
Fix a bug that caused TCP packets with PSH bit to be dropped.
|
7 жил өмнө |
whitequark
|
81d79c5455
README: fix typo.
|
7 жил өмнө |
whitequark
|
639dfd94c0
TcpRepr::push → TcpControl::Psh.
|
7 жил өмнө |
whitequark
|
f3dc84539e
Immediately ACK payload in response to TCP packets that have any.
|
7 жил өмнө |
whitequark
|
72359cdd37
Radically simplify and optimize TCP packet dispatch.
|
7 жил өмнө |
whitequark
|
bf916e6832
Make TCP packets not matching socket state return Error::Dropped.
|
7 жил өмнө |
whitequark
|
d9458c060b
Add a missing \0 in a C string.
|
7 жил өмнө |
whitequark
|
bc2a894c00
Rework responses to TCP packets and factor in RST replies to TcpSocket.
|
7 жил өмнө |
whitequark
|
7e6e379e09
Fix a typo that broke ARP replies.
|
7 жил өмнө |
whitequark
|
56ee8e5df8
Listening TCP sockets should reject, not drop, ACKs.
|
7 жил өмнө |
whitequark
|
3864b490f7
Add TcpSocket::{peek,peek_slice}.
|
7 жил өмнө |
whitequark
|
77ffe7c065
Simplify ARP handling code in EthernetInterface.
|
7 жил өмнө |
whitequark
|
974bad1adf
Fix a file descriptor leak in TapInterfaceDesc::interface_mtu.
|
7 жил өмнө |
whitequark
|
2773fa72ec
utils::Dispose → io::Sink.
|
7 жил өмнө |
whitequark
|
53df3088e8
README.md: cleanup.
|
7 жил өмнө |
whitequark
|
ca6fa2d423
Assert that the transmit frame returned by driver has right length.
|
7 жил өмнө |
David Coffill
|
d03ea6426b
Fix build on i686 by using libc::suseseconds_t instead of i64
|
7 жил өмнө |
whitequark
|
bc0e3c352d
Emit exceptional events with the DEBUG log level, not TRACE.
|
7 жил өмнө |
whitequark
|
6b2d711347
Only return Err(Rejected) from TcpSocket::process on endpoint mismatch.
|
7 жил өмнө |
whitequark
|
5e448db950
Remove IpEndpoint::accepts.
|
7 жил өмнө |
whitequark
|
7533542ba8
Fix warnings.
|
7 жил өмнө |
whitequark
|
6bc6cc7af7
Implement fmt::Write for TcpSocket.
|
7 жил өмнө |
whitequark
|
ee0b8b3f7a
Rework and test raw sockets.
|
7 жил өмнө |
whitequark
|
265e6f6cb7
Add UdpSocket::is_open, similar to TcpSocket::is_open in function.
|
7 жил өмнө |
whitequark
|
9525e32a69
Remove unused imports.
|
7 жил өмнө |
whitequark
|
a98a80e5d3
Update README.
|
7 жил өмнө |
whitequark
|
0482afc2d8
Simplify signature of UdpSocket::send_slice.
|
7 жил өмнө |
whitequark
|
a1910baa91
Put the debug_id field first in sockets.
|
7 жил өмнө |
whitequark
|
492fe3e4b1
Rework and test UDP sockets.
|
7 жил өмнө |
whitequark
|
5bf64586cd
Get rid of Result<_, ()>.
|
7 жил өмнө |