Historique des commits

Auteur SHA1 Message Date
  chrysn dc60300078 tests: Add a test that explicitly sets the local address il y a 1 an
  chrysn 560a2285de tests: Update to expect presence of UDP local address il y a 1 an
  chrysn 097b1941b0 UDP: Store local and use local address in metadata il y a 1 an
  Thibaut Vandervelden 434f7eb37f ip: pass address by ref for get_source_address_ip il y a 1 an
  Thibaut Vandervelden 13864173e9 fix(socket): truncation when calling recv_slice il y a 1 an
  Thibaut Vandervelden 6466817a66 tests: remove mock and use rstest in more places il y a 1 an
  Dario Nieuwenhuis 3a8f133a21 Pass PacketMeta separately, not within IpPacket. il y a 1 an
  Dario Nieuwenhuis efa7897987 Rename feature `packet-id` -> `packetmeta-id`. il y a 1 an
  Dario Nieuwenhuis 2e40ed0224 udp: use UdpMetadata for send/recv fns, add Into impl so you can still pass an IpEndpoint as before. il y a 1 an
  Dario Nieuwenhuis 409ad14da9 Rename PacketId to PacketMeta, make id field public. il y a 1 an
  datdenkikniet 78b4f39a10 Device-level packet metadata identifiers il y a 1 an
  Dario Nieuwenhuis 7d78370ded iface: add support for sending to subnet-local broadcast addrs (like 192.168.1.255). il y a 1 an
  ssrlive 9b525ae6d2 add Error trait for some struct il y a 2 ans
  Dario Nieuwenhuis 0e1ba69ade socket: remove all uses of crate::{Error, Result}; il y a 2 ans
  Lachlan Sneff e9929f486f Simplify send_with functions il y a 2 ans
  Lachlan Sneff 4af0b4b932 Fix after rebasing il y a 2 ans
  Lachlan Sneff d7e8278a06 Add send_with to udp, raw, and icmp sockets 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 b7871e4e57 udp, icmp, raw: return own error enums for public API. 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 eb41d077e0 Remove IpAddress::Unspecified, assign src addr in sockets. il y a 2 ans
  Bryan Benson 8f5e400a86 Fix rustfmt - will squash. il y a 3 ans
  Bryan Benson f290eda70f Correct net_trace! bug in UdpSocket dispatch where the local endpoint was used instead of endpoint. Also changed other endpoint naming to add clarity that it is the remote endpoint. il y a 3 ans
  Thibaut Vandervelden 53c46d78a9 add fragmentation mechanism il y a 3 ans
  Dario Nieuwenhuis 5989896299 Remove IpRepr::Unspecified and lowering. il y a 3 ans
  Dario Nieuwenhuis 028b4466ff wire: Rename ipv4 `protocol` to `next_header`. 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