mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-05 21:24:25 -04:00
Merge branch 'overlaopsTypo2023-10-14' into 'main'
Fix overlaops in assembly_buffer.rs comment See merge request veilid/veilid!219
This commit is contained in:
commit
1c7cfcf0cb
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ struct AssemblyBufferUnlockedInner {
|
||||||
/// * Reassembly of fragments upon receipt accounting for:
|
/// * Reassembly of fragments upon receipt accounting for:
|
||||||
/// * duplication
|
/// * duplication
|
||||||
/// * drops
|
/// * drops
|
||||||
/// * overlaops
|
/// * overlaps
|
||||||
///
|
///
|
||||||
/// AssemblyBuffer does not try to replicate TCP or other highly reliable protocols. Here are some
|
/// AssemblyBuffer does not try to replicate TCP or other highly reliable protocols. Here are some
|
||||||
/// of the design limitations to be aware of when using AssemblyBuffer:
|
/// of the design limitations to be aware of when using AssemblyBuffer:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue