Historique des commits

Auteur SHA1 Message Date
  Astro 53abe8c520 Implement wire::igmp. il y a 7 ans
  Astro dfc077b68c Add as_bytes(), is_multicast() to IpAddress il y a 7 ans
  Dan Robertson 2faf287a70 Add tests for ipv6 in wire::ip il y a 7 ans
  Andrew Cann b1c5bcfa8b Add conversions to/from std wire types il y a 7 ans
  Dan Robertson 783a76b2d8 Add ICMPv6 il y a 7 ans
  Egor Karavaev 283109caca Treat unspecified IPv4/IPv6 addresses as IpAddress::Unspecified in IpRepr::lower. il y a 7 ans
  luozijun 3b824ca642 Add `Hash` trait on `IpAddress/IpCidr` il y a 7 ans
  Dan Robertson 6e877f8501 Add process_ipv6 to EthernetInterface il y a 7 ans
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. il y a 7 ans
  Josh Gangloff 56ddb0c206 Make IP checksum loop use larger chunks to ease autovectorization. il y a 7 ans
  whitequark 275eb90785 Unswitch the IP checksum loop for 30% improvement in performance. il y a 7 ans
  Dan Robertson deccd469fe Use hop limit instead of ttl il y a 7 ans
  Dan Robertson 737b387f61 Add Ipv6Repr and Ipv6Packet to wire il y a 7 ans
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. il y a 7 ans
  Dan Robertson 7727687330 Add IPv6 address and cidr to wire il y a 7 ans
  whitequark 19790720a3 Remove impl Ord/PartialOrd for Cidr. il y a 7 ans
  whitequark 2602a151e4 Fix a naming mishap. NFCI. il y a 7 ans
  Dan Robertson fea462837d Implement set_ttl for Tcp and Udp sockets il y a 7 ans
  Egor Karavaev 331dc10780 Add support for IPv4 default gateway. il y a 8 ans
  Egor Karavaev fbfe9859db Implement wire::{IpCidr/Ipv4Cidr}. il y a 8 ans
  whitequark 02658d0e2f Make sure IpAddress prohibits exhaustive matches. il y a 8 ans
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. il y a 8 ans
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv il y a 8 ans
  whitequark 2d31ef9665 Add some docs. il y a 8 ans
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. il y a 8 ans
  whitequark 7684d50d6e Fix an issue where TCP packets would have zero IP payload length. il y a 8 ans
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. il y a 8 ans
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. il y a 8 ans
  whitequark 5e448db950 Remove IpEndpoint::accepts. il y a 8 ans
  whitequark ee0b8b3f7a Rework and test raw sockets. il y a 8 ans