mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-04 03:26:47 -04:00
Fix "from one message and other" - assembly_buffer
This fixes the "other" wordo in "from one message and other" in assembly_buffer.rs.
This commit is contained in:
parent
bd4b4233bf
commit
327ae80b11
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ impl AssemblyBuffer {
|
|||
|
||||
/// Split a message into packets and send them serially, ensuring
|
||||
/// that they are sent consecutively to a particular remote address,
|
||||
/// never interleaving packets from one message and other to minimize reassembly problems
|
||||
/// never interleaving packets from one message and another to minimize reassembly problems
|
||||
pub async fn split_message<S, F>(
|
||||
&self,
|
||||
data: Vec<u8>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue