Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. hace 8 años
  whitequark 12f92be419 Use proper clock mocking in the loopback example. hace 8 años
  whitequark c0629f769b Log correct delay when performing TCP retransmit. hace 8 años
  whitequark d5610e7826 Determine MTU in TapInterface instead of hardcoding 1536. hace 8 años
  whitequark c5fc8f7da7 Document the loopback. hace 8 años
  whitequark 15ce667743 Add a bare-metal usage example. hace 8 años
  whitequark 042019db04 Remove default impl for Device::limits(). hace 8 años
  whitequark 9a4efcd656 LoopbackInterface → Loopback. hace 8 años
  whitequark 8ada283c55 Implement loopback interfaces. hace 8 años
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. hace 8 años
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. hace 8 años
  whitequark a15bc8105e In {Tcp,Udp}Socket::process, make protocol check an assertion. hace 8 años
  whitequark ab739531e2 Travis: require build on stable Rust to succeed. hace 8 años
  whitequark cbc10b6ea0 Remove Socket::{process,dispatch} from public interface. hace 8 años
  whitequark 5f16fc0032 Fix a typo in 5c3fc493. hace 8 años
  whitequark 5c3fc4935e Discard packets with non-unicast source addresses at IP level. hace 8 años
  whitequark e47e94e339 Transmit actual UDP checksum of all-zeroes as all-ones instead. hace 8 años
  whitequark 1746702f53 Try to trigger fast retransmit when we detect a missing TCP segment. hace 8 años
  whitequark 103fca2387 In examples, trace the packets being dropped by the fault injector. hace 8 años
  whitequark 86c1cbad9b In examples, print packet dumps with timestamps, too. hace 8 años
  whitequark b3e355437f Add missing #[derive]s on wire::IpVersion. hace 8 años
  Egor Karavaev 921f2e36c8 Don't reply to a TCP RST packet with another TCP RST packet. hace 8 años
  Egor Karavaev feccd963c3 Refactor EthernetInterface::poll. hace 8 años
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. hace 8 años
  whitequark 8ace8cd94e Set TCP PSH flag when sending the last buffered data. hace 8 años
  whitequark a14c47655e Expose PSH flag in TcpRepr. hace 8 años
  whitequark 6a096721cc Fix a few typos in TCP socket code (NFC). hace 8 años
  whitequark a4b33c9166 Remove an unnecessary length check. hace 8 años
  whitequark 1c1489e5fb try! → ? hace 8 años
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. hace 8 años