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

Commits on Aug 31, 2017

  1. TCP socket debug messages "sending <flags>" should be at DEBUG level.

    They're not exceptional.
    whitequark committed Aug 31, 2017
    Copy the full SHA
    b6f7529 View commit details
  2. Allow querying the size of the TCP transmit and receive buffers.

    This may be useful to e.g. ensure the complete transmit buffer
    is flushed before proceeding.
    whitequark committed Aug 31, 2017
    Copy the full SHA
    7e2dc1a View commit details
Loading