Commit History

作者 SHA1 備註 提交日期
  whitequark 7959473308 Style. NFC. 7 年之前
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. 7 年之前
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. 7 年之前
  whitequark 58c12b8f51 Reword checksum-related documentations. 7 年之前
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv 7 年之前
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits 7 年之前
  whitequark 440b6f5556 Reorganize features using namespaces, to match module hierarchy. 7 年之前
  whitequark bf4ddef87d Remove all remnants of the collections feature. 7 年之前
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. 7 年之前
  whitequark 9525e32a69 Remove unused imports. 8 年之前
  whitequark 5bf64586cd Get rid of Result<_, ()>. 8 年之前
  whitequark a70b2415e7 Implement a Device that emits a stream in libpcap format. 8 年之前
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. 8 年之前
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. 8 年之前
  whitequark c5fc8f7da7 Document the loopback. 8 年之前
  whitequark 042019db04 Remove default impl for Device::limits(). 8 年之前
  whitequark 9a4efcd656 LoopbackInterface → Loopback. 8 年之前
  whitequark 8ada283c55 Implement loopback interfaces. 8 年之前
  whitequark 86eeaf4a7a Clean up a few doctests. 8 年之前
  Egor Karavaev 80c20adbf8 Factor out the "raw_socket" and "tap_interface" features 8 年之前
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits 8 年之前
  whitequark a155269d3d Remove the `use_` prefix from feature names. 8 年之前
  whitequark d8c460e494 Update docs. 8 年之前
  whitequark 327b91c7cd Fix silliness in docs. 8 年之前
  whitequark 456cfc69ce Examples for the phy layer! 8 年之前
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. 8 年之前
  whitequark 5860c365f5 Impement fault injection. 8 年之前
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. 8 年之前
  whitequark 0f9f897408 Parameterize tracer over the write function. 8 年之前
  whitequark 659f6ed6f6 Implement UDP sockets. 8 年之前