Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: add localAddress/Port for better error msgs #3946

Closed
wants to merge 4 commits into from

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    ed57888 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. net: add localAddress/Port for better error msgs

    The code generating the errror messages was already there, but it could
    never execute because these properties were not set.
    jscissr committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    751f4f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. net: small optimization

    As suggested by @evanlucas
    jscissr committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    021ccb0 View commit details
    Browse the repository at this point in the history
  2. test: improvements to test-net-connect-local-error

    As suggested by @evanlucas and @cjihrig
    jscissr committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    d4ca051 View commit details
    Browse the repository at this point in the history