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:
Christien Rioux
2023-10-14 18:12:37 +00:00

View File

@@ -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: