Commit Verlauf

Autor SHA1 Nachricht Datum
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. vor 7 Jahren
  whitequark 7684d50d6e Fix an issue where TCP packets would have zero IP payload length. vor 7 Jahren
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. vor 7 Jahren
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. vor 7 Jahren
  whitequark 5e448db950 Remove IpEndpoint::accepts. vor 7 Jahren
  whitequark ee0b8b3f7a Rework and test raw sockets. vor 7 Jahren
  whitequark 492fe3e4b1 Rework and test UDP sockets. vor 7 Jahren
  whitequark 5bf64586cd Get rid of Result<_, ()>. vor 7 Jahren
  whitequark 53a3875452 Rework error handling in TcpSocket::connect. vor 7 Jahren
  whitequark d422f45ac2 as_unspecified → to_unspecified vor 7 Jahren
  whitequark 0904645c1b Fix determination of local address from incoming packets. vor 8 Jahren
  whitequark b3e355437f Add missing #[derive]s on wire::IpVersion. vor 8 Jahren
  whitequark 1c1489e5fb try! → ? vor 8 Jahren
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. vor 8 Jahren
  Egor Karavaev ed08b74427 Add `RawSocket`. vor 8 Jahren
  Egor Karavaev 42ca732ce3 `IpRepr::lower` replaces unspecified src_addr in Ipv4Repr as well. vor 8 Jahren
  whitequark 1a32b98b48 Implement the TCP SYN-SENT state. vor 8 Jahren
  whitequark 41f9426380 Calculate IP payload length from the total length field. vor 8 Jahren
  whitequark 7f460aea27 Examples for the wire layer! vor 8 Jahren
  whitequark 553d640057 Implement the TCP TIME-WAIT state. vor 8 Jahren
  whitequark 40be830fef Implement the TCP CLOSING state. vor 8 Jahren
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. vor 8 Jahren
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. vor 8 Jahren
  whitequark 6641793b29 Get rid of the #![feature(step_by)]. vor 8 Jahren
  whitequark 52259d32da Correctly propagate carries in the IP checksum. vor 8 Jahren
  whitequark 72abe80df8 Factor out IpRepr into the wire module. vor 8 Jahren
  whitequark c2311a3cff Add tests for TCP state machine. vor 8 Jahren
  whitequark ab61890b09 Implement TCP server sockets. vor 8 Jahren
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. vor 8 Jahren
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). vor 8 Jahren