Lines Matching refs:tcp

50 - socket/tcp: Do not reset socket-level settings, such as keepalive, on reset (#603)
51 - socket/tcp: ensure we always accept the segment at offset=0 even if the assembler is full. (#735,…
52 - socket/tcp: Refactored assembler, now more robust and faster (#726, #735)
67 - tcp: Fix return value of nagle_enable ([#642](https://github.com/smoltcp-rs/smoltcp/pull/642))
68 - tcp: Only clear retransmit timer when all packets are acked ([#662](https://github.com/smoltcp-rs…
69 - tcp: Send incomplete fin packets even if nagle enabled ([#665](https://github.com/smoltcp-rs/smol…
138 - tcp: fix "subtract sequence numbers with underflow" on remote window shrink. ([#490](https://gith…
139 - tcp: fix substract with overflow when receiving a SYNACK with unincremented ACK number. ([#491](h…
140 - tcp: use nonzero initial sequence number to workaround misbehaving servers. ([#492](https://githu…
152 - tcp rtte: fix "attempt to multiply with overflow". ([#476](https://github.com/smoltcp-rs/smoltcp/…
153 - tcp: LastAck should only change to Closed on ack of fin. ([#477](https://github.com/smoltcp-rs/sm…
171 - tcp: Allow distinguishing between graceful (FIN) and ungraceful (RST) close. On graceful close, `…
173 - tcp: Set retransmission timeout based on an RTT estimation, instead of the previously fixed 100ms…
174 - tcp: add Delayed ACK support. On by default, with a 10ms delay. ([404](https://github.com/smoltcp…
185 - tcp: use provided ip for TcpSocket::connect instead of 0.0.0.0 ([329](https://github.com/smoltcp-…
186 - tcp: Accept data packets in FIN_WAIT_2 state. ([350](https://github.com/smoltcp-rs/smoltcp/pull/3…
187 - tcp: Always send updated ack number in `ack_reply()`. ([353](https://github.com/smoltcp-rs/smoltc…
188 - tcp: allow sending ACKs in FinWait2 state. ([388](https://github.com/smoltcp-rs/smoltcp/pull/388))
189 - tcp: fix racey simultaneous close not sending FIN. ([398](https://github.com/smoltcp-rs/smoltcp/p…
190 - tcp: Do not send window updates in states that shouldn't do so ([360](https://github.com/smoltcp-…
191 - tcp: Return RST to unexpected ACK in SYN-SENT state. ([367](https://github.com/smoltcp-rs/smoltcp…
192 - tcp: Take MTU into account during TcpSocket dispatch. ([384](https://github.com/smoltcp-rs/smoltc…
193 - tcp: don't send data outside the remote window ([387](https://github.com/smoltcp-rs/smoltcp/pull/…