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 роки тому |
whitequark
|
1a11e4db5a
Remove useless redundant tests.
|
7 роки тому |
whitequark
|
53a3875452
Rework error handling in TcpSocket::connect.
|
7 роки тому |
whitequark
|
10585ad71a
Rearrange errors and clarify their semantics.
|
7 роки тому |
whitequark
|
50ae82d0ff
Update a stale docstring.
|
7 роки тому |
whitequark
|
d422f45ac2
as_unspecified → to_unspecified
|
7 роки тому |
whitequark
|
ed0828b11c
Simplify impls of AsSocket.
|
7 роки тому |
whitequark
|
c5aa37185f
Fix ICMP error returned by EthernetInterface for unknown IP protocols.
|
7 роки тому |
whitequark
|
c6d4823489
Clean up socket error handling in EthernetInterface.
|
7 роки тому |