whitequark
|
5860c365f5
Impement fault injection.
|
8 gadi atpakaļ |
whitequark
|
e5c71690e3
Remove an unnecessary PhantomData.
|
8 gadi atpakaļ |
whitequark
|
1355c2c5de
byteorder: 0.5 → 1.0
|
8 gadi atpakaļ |
whitequark
|
9535809201
#[inline(always)] → #[inline]
|
8 gadi atpakaļ |
whitequark
|
553d640057
Implement the TCP TIME-WAIT state.
|
8 gadi atpakaļ |
whitequark
|
40be830fef
Implement the TCP CLOSING state.
|
8 gadi atpakaļ |
whitequark
|
a4759258e5
Implement the TCP FIN-WAIT-2 state.
|
8 gadi atpakaļ |
whitequark
|
a058996e70
Implement the TCP FIN-WAIT-1 state.
|
8 gadi atpakaļ |
whitequark
|
3ff0ca277b
Fix outdated info in README.
|
8 gadi atpakaļ |
whitequark
|
0adaf07c22
We don't build on stable... yet.
|
8 gadi atpakaļ |
whitequark
|
73de85eb19
Update Cargo metadata.
|
8 gadi atpakaļ |
whitequark
|
05cadcf0e4
More sensible naming for examples.
|
8 gadi atpakaļ |
whitequark
|
85e73595a8
Add Travis CI configuration.
|
8 gadi atpakaļ |
whitequark
|
03212f2843
Get rid of the #![feature(associated_consts)].
|
8 gadi atpakaļ |
whitequark
|
1c54449bec
Get rid of the #![feature(const_fn)].
|
8 gadi atpakaļ |
whitequark
|
6641793b29
Get rid of the #![feature(step_by)].
|
8 gadi atpakaļ |
whitequark
|
88b163f63a
Suppress unused variable warnings in net_trace!.
|
8 gadi atpakaļ |
whitequark
|
72e3427ff7
Add a use_alloc feature.
|
8 gadi atpakaļ |
whitequark
|
174bbcee86
Rename features: std→use_std, logging→use_log.
|
8 gadi atpakaļ |
whitequark
|
3bb3c9e078
Fix state names in documentation.
|
8 gadi atpakaļ |
whitequark
|
67aa329e04
Implement the TCP LAST-ACK state.
|
8 gadi atpakaļ |
whitequark
|
1a618aac45
Implement the TCP close operation.
|
8 gadi atpakaļ |
whitequark
|
947e9ebb0e
Fix TCP sequence number in multiple consecutive non-ACKed data packets.
|
8 gadi atpakaļ |
whitequark
|
0c0ed8406e
Fix TcpSocket::can_recv().
|
8 gadi atpakaļ |
whitequark
|
3286e8a701
Fix ACK validation of TCP RST packets.
|
8 gadi atpakaļ |
whitequark
|
ae8443e426
Fix several TCP out-of-bounds reads from the transmit buffer.
|
8 gadi atpakaļ |
whitequark
|
dc9ac44ba7
Add TcpSocket::is_connected().
|
8 gadi atpakaļ |
whitequark
|
52259d32da
Correctly propagate carries in the IP checksum.
|
8 gadi atpakaļ |
whitequark
|
2c0c1ea76a
Use the correct wrapping operations on TCP sequence numbers.
|
8 gadi atpakaļ |
whitequark
|
5323f8833a
Fix examples.
|
8 gadi atpakaļ |