Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark f31f7240be Rename RingBuffer::{dequeue_mut→dequeue}, remove RingBuffer::dequeue. há 7 anos atrás
  whitequark b971d91315 Accept TCP FIN packets in SYN-RECEIVED state. há 7 anos atrás
  whitequark abb0c11b95 Fix double tracing in the loopback example. há 7 anos atrás
  whitequark 0904645c1b Fix determination of local address from incoming packets. há 7 anos atrás
  whitequark 30fc358112 Update README. há 7 anos atrás
  whitequark d73c2bdb81 Update fault injector so that rate limiting works without std. há 7 anos atrás
  whitequark c799bfc398 Add --pcap option to all our examples. há 7 anos atrás
  whitequark a70b2415e7 Implement a Device that emits a stream in libpcap format. há 7 anos atrás
  whitequark 37ba81f807 Fix an off-by-three-orders-of-magnitude error. há 7 anos atrás
  whitequark 8c339d8b7a Fix argument order in Tracer::new callbacks. há 7 anos atrás
  whitequark ac988f699b Rename into_lower → into_inner. há 7 anos atrás
  whitequark 97499ac280 Clean up some type variable names and trait bounds. NFC. há 7 anos atrás
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. há 7 anos atrás
  whitequark f5a3785c18 Move macros into their own module. há 7 anos atrás
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. há 7 anos atrás
  whitequark 12f92be419 Use proper clock mocking in the loopback example. há 7 anos atrás
  whitequark c0629f769b Log correct delay when performing TCP retransmit. há 7 anos atrás
  whitequark d5610e7826 Determine MTU in TapInterface instead of hardcoding 1536. há 7 anos atrás
  whitequark c5fc8f7da7 Document the loopback. há 7 anos atrás
  whitequark 15ce667743 Add a bare-metal usage example. há 7 anos atrás
  whitequark 042019db04 Remove default impl for Device::limits(). há 7 anos atrás
  whitequark 9a4efcd656 LoopbackInterface → Loopback. há 7 anos atrás
  whitequark 8ada283c55 Implement loopback interfaces. há 7 anos atrás
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. há 7 anos atrás
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. há 7 anos atrás
  whitequark a15bc8105e In {Tcp,Udp}Socket::process, make protocol check an assertion. há 7 anos atrás
  whitequark ab739531e2 Travis: require build on stable Rust to succeed. há 7 anos atrás
  whitequark cbc10b6ea0 Remove Socket::{process,dispatch} from public interface. há 7 anos atrás
  whitequark 5f16fc0032 Fix a typo in 5c3fc493. há 7 anos atrás
  whitequark 5c3fc4935e Discard packets with non-unicast source addresses at IP level. há 7 anos atrás