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: mirage/mirage
base: f6a0130e1885
Choose a base ref
...
head repository: mirage/mirage
compare: 166b459eaa3a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 13, 2016

  1. correct comment on listen and input operation in NETWORK and ETHIF

    Documentation claimed that `listen` and `input` would start asynchronous threads
    and return immediately.  This is incorrect; implementations don't return
    until `disconnect` has been called on the underlying interface.
    yomimono committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    a5848cf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Merge pull request #619 from yomimono/listen-docstrings

    correct comment on `listen` and `input` operation in NETWORK and ETHIF
    yomimono committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    166b459 View commit details
    Browse the repository at this point in the history