Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/wire/
Dtcp.rs187 pub fn fin(&self) -> bool { in fin() method
293 if self.fin() { in segment_len()
812 let control = match (packet.syn(), packet.fin(), packet.rst(), packet.psh()) { in parse()
995 if self.fin() { in fmt()
1114 assert!(packet.fin()); in test_deconstruct()
/smoltcp-0.9.1/
DCHANGELOG.md69 - tcp: Send incomplete fin packets even if nagle enabled ([#665](https://github.com/smoltcp-rs/smol…
153 - tcp: LastAck should only change to Closed on ack of fin. ([#477](https://github.com/smoltcp-rs/sm…