Lines Matching refs:socket
49 * IPv4 time-to-live value is configurable per socket, set to 64 by default.
57 * IPv6 hop-limit value is configurable per socket, set to 64 by default.
107 * In response to a packet arriving at a port without a listening socket,
189 as 1 octet from a socket is likely to overwhelm the application logic unless a `BufReader`
200 ### Features `socket-raw`, `socket-udp`, `socket-tcp`, `socket-icmp`, `socket-dhcpv4`, `socket-dns`
202 Enable the corresponding socket type.
272 Maximum amount of DNS servers that can be configured in one DNS socket. Default: 1.
423 The TCP socket buffers are limited to 1024 bytes to make packet traces more interesting.
474 Except for the socket on port 6971. the buffers are only 64 bytes long, for convenience
523 …example still requires the `alloc` feature to run, as well as `log`, `proto-ipv4` and `socket-tcp`.
528 cargo run --example loopback --no-default-features --features="log proto-ipv4 socket-tcp alloc"
537 It opens a server and a client TCP socket, and transfers a chunk of data. You can examine