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: 3ab58b084d41
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: 21282fdb2296
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 30, 2017

  1. More rigorously treat the TcpSocket::remote_last_ack field.

    Zero is a valid sequence number, treating it as an absence of value
    isn't any good. This is unlikely to cause any real harm but it
    just isn't good practice, nor does it make for understandable code.
    whitequark committed Aug 30, 2017
    Copy the full SHA
    86a05f1 View commit details
  2. Copy the full SHA
    21282fd View commit details
Loading