mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Merge branch 'otherTypo2023-09-27' into 'main'
Fix "from one message and other" - assembly_buffer See merge request veilid/veilid!206
This commit is contained in:
commit
ac003e2ee3
@ -385,7 +385,7 @@ impl AssemblyBuffer {
|
|||||||
|
|
||||||
/// Split a message into packets and send them serially, ensuring
|
/// Split a message into packets and send them serially, ensuring
|
||||||
/// that they are sent consecutively to a particular remote address,
|
/// 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>(
|
pub async fn split_message<S, F>(
|
||||||
&self,
|
&self,
|
||||||
data: Vec<u8>,
|
data: Vec<u8>,
|
||||||
|
Loading…
Reference in New Issue
Block a user