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: 72359cdd372f
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: 639dfd94c070
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 25, 2017

  1. Immediately ACK payload in response to TCP packets that have any.

    This will lower the average software RTT by about a factor of two.
    whitequark committed Aug 25, 2017
    Copy the full SHA
    f3dc845 View commit details
  2. TcpRepr::push → TcpControl::Psh.

    This is done for simplification. FIN implies PSH, RST doesn't have
    any meaning with PSH, and SYN|PSH only makes sense in the context
    of TCP Fast Open, in the context of which, any data in the original
    SYN already implies PSH.
    whitequark committed Aug 25, 2017
    Copy the full SHA
    639dfd9 View commit details
Loading