diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-01 23:29:22 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-01 23:29:22 +0200 |
commit | 1e620427bd01b1e897c57752359f7dbb28e34bff (patch) | |
tree | f525ee38fec7826b07060271dcc06601f992612d /src/tun.go | |
parent | a4cc0a30faa64c2c293c589d98e4ba7390e56fda (diff) |
Handshake negotiation functioning
Diffstat (limited to 'src/tun.go')
-rw-r--r-- | src/tun.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ type TUNDevice interface { Read([]byte) (int, error) Write([]byte) (int, error) Name() string - MTU() uint + MTU() int } |