Historique des commits

Auteur SHA1 Message Date
  Dario Nieuwenhuis 78fb02ac73 tcp: fix "attempt to negate with overflow" when initial seq is 0xFFFF_FFFF. il y a 3 ans
  Dario Nieuwenhuis 9c5f62e63b tcp: add test for ack one-too-high in SYN_RECEIVED. il y a 3 ans
  Dario Nieuwenhuis 1adca5b9ec tcp: do not switch to ESTABLISHED when ack in syn-received is one too low. il y a 3 ans
  Dario Nieuwenhuis f95b0bf6f4 tcp: fix "subtract with overflow" when ack in syn-received is one too low. il y a 3 ans
  Dario Nieuwenhuis 5d31ae01f2 tcp: in SYN_SENT only accept SYNACK, discard everything else. il y a 3 ans
  Dario Nieuwenhuis 675c0a109f tcp: don't force-send data on retransmit. il y a 3 ans
  Dario Nieuwenhuis 43697943a8 tcp: disallow zero MSS. il y a 3 ans
  Dario Nieuwenhuis 7e118f0c9d tcp: fix use of fractional .millis() that should be .total_millis() in rtte. il y a 3 ans
  Dario Nieuwenhuis d204131e39 tcp: Fix clippy il y a 3 ans
  bors[bot] dedfbe1e7d Merge #529 #530 il y a 3 ans
  Thibaut Vandervelden f72e471eb0 Fix clippy because of MSV change il y a 3 ans
  Dario Nieuwenhuis 0d304bc496 tcp: fix delayed ack causing ack not to be sent after 3 packets. il y a 3 ans
  david-sawatzke 09494c2e45 Fix typos in tcp docs il y a 3 ans
  Thibaut Vandervelden 51b2adddad Fix clippy lints il y a 4 ans
  qiujiangkun 7dda148ad5 various clippy fix il y a 4 ans
  Dario Nieuwenhuis 2cb407d62a rustfmt il y a 4 ans
  Dario Nieuwenhuis 6a08274558 tcp: do not scale window in SYN packets. il y a 4 ans
  Dario Nieuwenhuis 9ca8408d6b tcp: don't do window scaling when connecting if remote doesn't support it. il y a 4 ans
  Dario Nieuwenhuis 2ac0321db9 tcp: fix window scaling of synack being ignored. il y a 4 ans
  Dario Nieuwenhuis b82b7300aa tcp: add Nagle's Algorithm. il y a 4 ans
  Dario Nieuwenhuis 8a225837e2 Add Context struct. il y a 4 ans
  Dario Nieuwenhuis e533b0f83e tcp: use nonzero initial sequence number. il y a 4 ans
  Dario Nieuwenhuis c3a0602454 tcp: fix substract with overflow when receiving a SYNACK with unincremented ACK number. il y a 4 ans
  Dario Nieuwenhuis 6d87df0665 tcp: extract ack_min, ack_max vars il y a 4 ans
  Dario Nieuwenhuis e798dfddb9 Fix "subtract sequence numbers with underflow" on remote window shrink. il y a 4 ans
  Dario Nieuwenhuis 24f94d24f1 tcp: LastAck should only change to Closed on ack of fin. il y a 4 ans
  Dario Nieuwenhuis 1ee7a05645 tcp rtte: fix "attempt to multiply with overflow". Fixes #468 il y a 4 ans
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support il y a 4 ans
  Dario Nieuwenhuis 56c779ed63 Do not use DeviceCapabilities in sockets. il y a 4 ans
  Dario Nieuwenhuis 8347da7d59 Merge pull request #431 from dnadlinger/patch-2 il y a 4 ans