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: eff0e0b90e73
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: 51b2f18d1165
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 22, 2017

  1. Fix a warning.

    whitequark committed Sep 22, 2017
    Copy the full SHA
    c879b39 View commit details
  2. Keep dispatching packets from a socket as long as there are any.

    Typically, the poll function is used as a part of a larger RTOS.
    If we only dispatch one packet per socket per poll() call,
    then we have to wait for a complete scheduler roundtrip,
    which is potentially a lot of time, and as a result we are
    not filling the peer's window efficiently.
    whitequark committed Sep 22, 2017
    Copy the full SHA
    51b2f18 View commit details
Loading