Histórico de Commits

Autor SHA1 Mensagem Data
  Dario Nieuwenhuis b65e1b64dc Add `x_` prefix to all IP methods that collide with unstable core's. há 7 meses atrás
  Dario Nieuwenhuis e6b9a9ca2a wire: use core::net::Ipv4Addr as the ipv4 address type. há 8 meses atrás
  Liam Kinne 7604ea315b Add clone trait to dhcp event há 10 meses atrás
  Dario Nieuwenhuis 3d3fea440e Merge pull request #835 from parallelsystems/dhcp-max-renew-timeout há 1 ano atrás
  Thibaut Vandervelden 7ce551db03 fix: fix typos (comments, structs, enums and docs) há 1 ano atrás
  Jarred Allen 3755e86b89 Add `max_renew_timeout` field to DHCP `RetryConfig` struct há 1 ano atrás
  Thibaut Vandervelden 6466817a66 tests: remove mock and use rstest in more places há 1 ano atrás
  Thibaut Vandervelden 099f5f7c2a Don't use Option for neighbor cache anymore há 2 anos atrás
  Jarred Allen 61e7d44de3 Add support for rebinding to DHCP implementation há 2 anos atrás
  Dario Nieuwenhuis b73c943eee iface: remove lifetimes. há 2 anos atrás
  Dario Nieuwenhuis 0af56fac58 dhcpv4: use let-else to get eth addr. há 2 anos atrás
  Paweł Jan Czochański 4fd767efed Allow specifying different server/client DHCP ports há 2 anos atrás
  Dario Nieuwenhuis 0e1ba69ade socket: remove all uses of crate::{Error, Result}; há 2 anos atrás
  Jarred Allen b88021e062 DHCP indicate new config if there's a packet buffer provided há 2 anos atrás
  Jarred Allen 6a4c549a94 Fix failing tests há 2 anos atrás
  Jarred Allen 58fb0cbc4e Use renewal time from DHCP server ACK, if given há 2 anos atrás
  datdenkikniet ca4a98acc6 Make DhcpRepr use an Option<Vec<Ipv4Address>> há 2 anos atrás
  Johannes Draaijer 03e830b886 DHCPv4: use a Vec to store DNS server addresses instead of an array of options há 2 anos atrás
  Dario Nieuwenhuis 47ce69bb44 wire/dhcp: remove option enum, letting higher layers specify kind+data. há 2 anos atrás
  lachlansneff-parallel da59503d7f Add additional DHCP configurability (try two) (#650) há 2 anos atrás
  Johannes Draaijer 47253122b2 dhcpv4: add waker support há 3 anos atrás
  Dario Nieuwenhuis 629f0bce79 socket: make dispatch infallible, except for emit errors. há 3 anos atrás
  Dario Nieuwenhuis 37a276bcf2 socket: Make process() infallible. há 3 anos atrás
  Dario Nieuwenhuis 72a9ee46ce socket: reorganize module structure, with one module per protocol. há 3 anos atrás
  Dario Nieuwenhuis 5db57bcac5 Clippy fixes. há 3 anos atrás
  Dario Nieuwenhuis 028b4466ff wire: Rename ipv4 `protocol` to `next_header`. há 3 anos atrás
  Dario Nieuwenhuis 3644b94b82 rand: use simple PRNG owned by Interface, sockets access it through Context. há 3 anos atrás
  Dario Nieuwenhuis 0ebf896fff socket: refactor Context to be just InterfaceInner. há 3 anos atrás
  Dario Nieuwenhuis ff47259603 socket: move meta from XxxSocket to SocketSetItem. há 3 anos atrás
  Dario Nieuwenhuis 21e3dad2b2 Fix clippys há 3 anos atrás