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

[WIP] Feature: TCPFactory/TCPTransport instead of dmsg #503

Commits on Jul 25, 2019

  1. Compiling. Passes tests

    ayuryshev committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    1857842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81e03f View commit details
    Browse the repository at this point in the history
  3. Deduplicated code

    ayuryshev committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0a2297d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

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

Commits on Jul 31, 2019

  1. Changes: TCPFactory working correctly with predefined in/out ports

    1. Rewritten with reverse index InMemoryTable
    2. Fixed tests
    3. Started integration environment for tcp-transport
    ayuryshev committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    56c74c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15226f0 View commit details
    Browse the repository at this point in the history
  3. Integration environment ready.

    Use
    
    ```
    $ source ./integration/tcp-tr/env-vars.sh
    ```
    to init and everything as usual
    ayuryshev committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    afbdd85 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

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

Commits on Aug 2, 2019

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

Commits on Aug 8, 2019

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

Commits on Aug 12, 2019

  1. Start of multihead test

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

Commits on Aug 13, 2019

  1. Managed to run 128 nodes in Example_runMultihead

    ```zsh
    $  for ((i=1; i<=128; i++)){_ ip addr add 12.12.12.$i/32 dev lo}
    ```
    then run Example_runMultihead
    
    ```zsh
    $ tree /tmp/multihead
    $ cat /tmp/multihead/multihead.log |sort
    $ ps aux |grep skychat |wc - l
    ```
    You must see 128 instances of skywire-node with 128 skychats each on
    different IP
    ayuryshev committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    4d4b980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dec53d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

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

Commits on Aug 15, 2019

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

Commits on Aug 16, 2019

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

Commits on Aug 17, 2019

  1. Changes in PacketRouter implementations: callbacks streamlined into r…

    …egular calls. Debugging improvements
    ayuryshev committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    70b1779 View commit details
    Browse the repository at this point in the history
  2. a lot of debugging logs

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

Commits on Aug 19, 2019

  1. still working

    ayuryshev committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    3da5dbe View commit details
    Browse the repository at this point in the history
  2. yet another step forward

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

Commits on Aug 21, 2019

  1. Yet another step

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

Commits on Aug 22, 2019

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

Commits on Aug 23, 2019

  1. some cleanups

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

Commits on Aug 26, 2019

  1. encore un efforti

    ayuryshev committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    d9e6356 View commit details
    Browse the repository at this point in the history
  2. restored logging

    ayuryshev committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    fef6c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ac70d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e53cfe View commit details
    Browse the repository at this point in the history