Historique des commits

Auteur SHA1 Message Date
  Jarred Allen 61e7d44de3 Add support for rebinding to DHCP implementation il y a 2 ans
  Dario Nieuwenhuis b73c943eee iface: remove lifetimes. il y a 2 ans
  Dario Nieuwenhuis 0af56fac58 dhcpv4: use let-else to get eth addr. il y a 2 ans
  Paweł Jan Czochański 4fd767efed Allow specifying different server/client DHCP ports il y a 2 ans
  Dario Nieuwenhuis 0e1ba69ade socket: remove all uses of crate::{Error, Result}; il y a 2 ans
  Jarred Allen b88021e062 DHCP indicate new config if there's a packet buffer provided il y a 2 ans
  Jarred Allen 6a4c549a94 Fix failing tests il y a 2 ans
  Jarred Allen 58fb0cbc4e Use renewal time from DHCP server ACK, if given il y a 2 ans
  datdenkikniet ca4a98acc6 Make DhcpRepr use an Option<Vec<Ipv4Address>> il y a 2 ans
  Johannes Draaijer 03e830b886 DHCPv4: use a Vec to store DNS server addresses instead of an array of options il y a 2 ans
  Dario Nieuwenhuis 47ce69bb44 wire/dhcp: remove option enum, letting higher layers specify kind+data. il y a 2 ans
  lachlansneff-parallel da59503d7f Add additional DHCP configurability (try two) (#650) il y a 2 ans
  Johannes Draaijer 47253122b2 dhcpv4: add waker support il y a 2 ans
  Dario Nieuwenhuis 629f0bce79 socket: make dispatch infallible, except for emit errors. il y a 2 ans
  Dario Nieuwenhuis 37a276bcf2 socket: Make process() infallible. il y a 2 ans
  Dario Nieuwenhuis 72a9ee46ce socket: reorganize module structure, with one module per protocol. il y a 2 ans
  Dario Nieuwenhuis 5db57bcac5 Clippy fixes. il y a 2 ans
  Dario Nieuwenhuis 028b4466ff wire: Rename ipv4 `protocol` to `next_header`. il y a 3 ans
  Dario Nieuwenhuis 3644b94b82 rand: use simple PRNG owned by Interface, sockets access it through Context. il y a 3 ans
  Dario Nieuwenhuis 0ebf896fff socket: refactor Context to be just InterfaceInner. il y a 3 ans
  Dario Nieuwenhuis ff47259603 socket: move meta from XxxSocket to SocketSetItem. il y a 3 ans
  Dario Nieuwenhuis 21e3dad2b2 Fix clippys il y a 3 ans
  Dario Nieuwenhuis a70c4831e7 socket/dhcpv4: return owned Config in Event. il y a 3 ans
  Dario Nieuwenhuis e0ace4b8ee Remove manual `log::set_logger` from tests. il y a 3 ans
  Thibaut Vandervelden 3d782f19cd Add support for 802.15.4 and 6LoWPAN il y a 3 ans
  Dario Nieuwenhuis 62df0c13b3 dhcp: add "ignore NAKs" option. il y a 3 ans
  Dario Nieuwenhuis 21e254fe82 socket/dhcp: add nak tests il y a 3 ans
  Dario Nieuwenhuis 9478327803 socket/dhcp: add retransmission/timeout tests il y a 3 ans
  Dario Nieuwenhuis 4e77831f8e socket/dhcp: add renew test il y a 3 ans
  Dario Nieuwenhuis 28024a1249 socket/dhcp: add basic test il y a 3 ans