Lines Matching refs:socket
37 - socket: Add send_with to udp, raw, and icmp sockets. These methods enable reserving a packet buff…
38 - socket: Make `trait AnySocket` object-safe (#718)
39 - socket/dhcpv4: add waker support (#623)
40 - socket/dhcpv4: indicate new config if there's a packet buffer provided (#685)
41 - socket/dhcpv4: Use renewal time from DHCP server ACK, if given (#683)
42 - socket/dhcpv4: allow for extra configuration
48 - socket/raw: Add `peek` and `peek_slice` methods (#734)
49 - socket/raw: When sending packets, send the source IP address unmodified (it was previously replac…
50 - socket/tcp: Do not reset socket-level settings, such as keepalive, on reset (#603)
51 - socket/tcp: ensure we always accept the segment at offset=0 even if the assembler is full. (#735,…
52 - socket/tcp: Refactored assembler, now more robust and faster (#726, #735)
53 - socket/udp: accept packets with checksum field set to `0`, since that means the checksum is not c…
87 - Add `Context` struct that must be passed to some socket methods ([#500](https://github.com/smoltc…
102 …- Do not abort socket when receiving some invalid packets. ([#542](https://github.com/smoltcp-rs/…
111 - UDP: Add `close()` method to unbind socket. ([#475](https://github.com/smoltcp-rs/smoltcp/pull/47…
114 - Convert to socket ([#459](https://github.com/smoltcp-rs/smoltcp/pull/459))
172 - sockets: Add support for attaching async/await Wakers to sockets. Wakers are woken on socket stat…