mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 12:16:22 -04:00
Fix overlaops in assembly_buffer.rs comment
This fixes a typo of "overlaops" for "overlaps" in a comment in veilid-tools/src/assembly_buffer.rs.
This commit is contained in:
parent
ff56634667
commit
f50c9ed4a8
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ struct AssemblyBufferUnlockedInner {
|
|||
/// * Reassembly of fragments upon receipt accounting for:
|
||||
/// * duplication
|
||||
/// * drops
|
||||
/// * overlaops
|
||||
/// * overlaps
|
||||
///
|
||||
/// 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue