Home
last modified time | relevance | path

Searched refs:handle_cookie_echo (Results 1 – 1 of 1) sorted by relevance

/webrtc/sctp/src/association/
H A Dassociation_internal.rs822 async fn handle_cookie_echo(&mut self, c: &ChunkCookieEcho) -> Result<Vec<Packet>> { in handle_cookie_echo() method
2116 self.handle_cookie_echo(c).await? in handle_chunk()