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

Milestone-1 TCP-Transport. #536

Closed

Commits on Aug 27, 2019

  1. Fix/tcp-transport with correct laddr

    It's a part of bigger and unfinished tcp-transport PR.
    
    Here:
    - Fix of tcp-transport itself - it did not send laddr during Dial so
    on Accept on another edge was broken
    - Fix of memoryPubKeyTable: reverse search of pk was broken
    - FilePubKeyTable - simplified, now composed from memoryPubKeyTable
    - tests of tcp-transport - under no_ci tags because they need prepared IP addresses
    - .travis-ci now prepares IP aliases for tests
    ayuryshev committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    e8dd4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6375fe2 View commit details
    Browse the repository at this point in the history
  3. TCP-Transport for milestone-1

    Excluding the last task defined  in skycoin/skywire#501 - everything is completed.
    
    It was already done by most part a long time before.
    
    The most hard part is in the last task.
    ayuryshev committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    76bc8e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80c724d View commit details
    Browse the repository at this point in the history
  5. fixes after Evan review

    ayuryshev committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2f1aa7d View commit details
    Browse the repository at this point in the history
  6. fixes requested by Evan

    ayuryshev committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    ae37a0c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    2384ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715c592 View commit details
    Browse the repository at this point in the history