1
0
Fork 0
forked from External/grumble

grumble: add support for crypto mode negotiation.

This commit is contained in:
Mikkel Krautz 2012-12-08 22:10:21 +01:00
parent 12381e89c4
commit cabe380244
4 changed files with 43 additions and 8 deletions

View file

@ -7,6 +7,7 @@ message Version {
optional string release = 2;
optional string os = 3;
optional string os_version = 4;
repeated string crypto_modes = 5;
}
message UDPTunnel {