ssrlive
|
bf1132d27a
implement Display and Error for error types
|
2 年之前 |
Dario Nieuwenhuis
|
b047cbeade
Add compile-time configuration options for counts and buffer sizes.
|
2 年之前 |
Dario Nieuwenhuis
|
9913564e4b
assembler: fix comments
|
2 年之前 |
Dario Nieuwenhuis
|
8bd28ab66a
tcp: ensure we always accept the segment at offset=0 even if the assembler is full.
|
2 年之前 |
Dario Nieuwenhuis
|
6da8854cdf
assembler: fix shift left when coalescing multiple contigs.
|
2 年之前 |
Dario Nieuwenhuis
|
af115a5769
packet assembler: simplify data structure and api.
|
2 年之前 |
Dario Nieuwenhuis
|
274260caf9
assembler: refactor algorithm to not care about total buffer size.
|
2 年之前 |
Dario Nieuwenhuis
|
19a0389eb1
assembler: don't return Option.
|
2 年之前 |
Dario Nieuwenhuis
|
339545411a
Clippy fixes.
|
2 年之前 |
Dario Nieuwenhuis
|
160ceb9194
Make `std` imply `alloc` feature.
|
2 年之前 |
Dario Nieuwenhuis
|
a55c00fab7
assembler: do not return whether there was an overlap.
|
2 年之前 |
caiyuanhao
|
bd220ebcdf
fix boundary case of assembler::remove_contig_at
|
2 年之前 |
Dario Nieuwenhuis
|
b7871e4e57
udp, icmp, raw: return own error enums for public API.
|
2 年之前 |
Thibaut Vandervelden
|
53c46d78a9
add fragmentation mechanism
|
3 年之前 |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 年之前 |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
4 年之前 |
Dario Nieuwenhuis
|
ac50995516
More clippy fixes.
|
4 年之前 |
Alex Crawford
|
48539a84dc
Prefer elided lifetimes
|
4 年之前 |
Alex Crawford
|
57029d6e5d
Prefer assignment operators
|
4 年之前 |
Kai Lüke
|
ef014b118b
Increase number of assembler gaps to 32 for std/alloc targets
|
6 年之前 |
Kai Lüke
|
68869defc7
Only change the assembler state on success
|
6 年之前 |
jhwgh1968
|
2acd13fe8b
Add iter_data() to Assembler
|
6 年之前 |
whitequark
|
1e0f92fad7
Convert all assert!s not documented as panics into debug_assert!s.
|
7 年之前 |
whitequark
|
a983c629b9
Allow disabling any of: raw, TCP or UDP sockets.
|
7 年之前 |
whitequark
|
64d306340b
Fix a few warnings.
|
7 年之前 |
whitequark
|
394ea4d633
Implement reassembly of out-of-order TCP segments.
|
7 年之前 |
whitequark
|
30cafe3106
Implement a buffer (re)assembler.
|
7 年之前 |