Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 614323b9a9f1
Choose a base ref
...
head repository: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd82aa62fe45
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 30, 2017

  1. test

    whitequark committed Aug 30, 2017
    Copy the full SHA
    3f69e40 View commit details
  2. Rework TCP retransmit logic to be much more robust.

    Before this commit, if the amount of data in the buffer caused it
    to be split among many outgoing packets, and retransmit timer
    was active, the socket would behave very erratically and flood
    the peer.
    whitequark committed Aug 30, 2017
    Copy the full SHA
    cd82aa6 View commit details
Loading