Thibaut Vandervelden
|
51b2adddad
Fix clippy lints
|
3 anos atrás |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 anos atrás |
Dario Nieuwenhuis
|
8a225837e2
Add Context struct.
|
3 anos atrás |
Ryan Summers
|
4749c328b1
Updating UDP close to clear RX/TX buffers
|
3 anos atrás |
Ryan Summers
|
1521d9ce28
Adding UDP socket close funcionality
|
3 anos atrás |
Dario Nieuwenhuis
|
26dcb55559
udp: do not include payload in UdpRepr
|
4 anos atrás |
Dario Nieuwenhuis
|
11255a89a1
Simplify Socket lifetimes
|
4 anos atrás |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
4 anos atrás |
Dario Nieuwenhuis
|
23bb12a856
Async/await waker support.
|
4 anos atrás |
Scott Mabin
|
a67ee07922
Add capacity methods to all sockets.
|
5 anos atrás |
Kai Lüke
|
0588101384
Implement peek functions for UDP sockets
|
6 anos atrás |
Ole Martin Ruud
|
839dd9c6b1
Implement new type for `poll_at`
|
6 anos atrás |
whitequark
|
cd893e6ab6
fn PacketMetadata::empty() → const PacketMetadata::EMPTY.
|
7 anos atrás |
Astro
|
2d2b90fd04
Allow broadcast/multicast traffic to UDP sockets
|
7 anos atrás |
whitequark
|
35209c984d
Distinguish PacketBuffer running out of payload space and capacity.
|
7 anos atrás |
whitequark
|
86c59fe344
Factor out storage::PacketBuffer from socket::UdpSocket.
|
7 anos atrás |
Philipp Oppermann
|
58e534a2fb
Use separate metadata and payload buffers for UDP sockets.
|
7 anos atrás |
Dan Robertson
|
c418b60b5d
Use time types in socket
|
7 anos atrás |
Philipp Oppermann
|
c2d18ec071
Return specific sockets from `new` functions instead of `Socket`.
|
7 anos atrás |
Dan Robertson
|
507d2fe0ea
Add the proto-ipv4 feature.
|
7 anos atrás |
Dan Robertson
|
deccd469fe
Use hop limit instead of ttl
|
7 anos atrás |
whitequark
|
7937011424
Extract socket handle into a new SocketMeta structure.
|
7 anos atrás |
Dan Robertson
|
ef4af850e0
Add ICMP sockets
|
7 anos atrás |
whitequark
|
0091191cce
Rework TcpSocket::{send,recv} to remove need for precomputing size.
|
7 anos atrás |
whitequark
|
284db0099f
Small adjustments to TTL code; style, docs, and tests. NFCI.
|
7 anos atrás |
Dan Robertson
|
fea462837d
Implement set_ttl for Tcp and Udp sockets
|
7 anos atrás |
whitequark
|
8ee2f7bff5
Style fixes.
|
7 anos atrás |
whitequark
|
100b57aa66
Replace "socket debug identifiers" with just socket handles.
|
7 anos atrás |
whitequark
|
14355e15d0
RingBuffer::{empty,full}→is_{empty,full}.
|
7 anos atrás |
Egor Karavaev
|
44cf21b91b
Factor out UdpSocket::accepts.
|
7 anos atrás |