xstack-circuit 0.2.17

The Circuit Relay v2 implementation for xstack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax = "proto2";

package holepunch.pb;

message HolePunch {
  enum Type {
    CONNECT = 100;
    SYNC = 300;
  }

  required Type type=1;

  repeated bytes ObsAddrs = 2;
}