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: bf4ddef87dae
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: 1a810294e221
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 24, 2017

  1. Copy the full SHA
    43cc132 View commit details
  2. Fix two issues that may cause TCP sockets to be polled too late.

    1. Apart from non-empty transmit buffer, a state which transmits
       a FIN flag should also be considerd. Otherwise, closing a socket
       with an empty transmit buffer may retransmit the FIN flag forever.
    2. Timeout poll requests should only be overridden by timer poll
       requests when the latter is earlier.
    whitequark committed Sep 24, 2017
    Copy the full SHA
    1a81029 View commit details
Loading