From 1f0976a26c1d0a6b5eb2c0aa993f12d89f96eed2 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Wed, 28 Jun 2017 23:45:45 +0200 Subject: Work on UAPI Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review --- src/tun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tun.go') diff --git a/src/tun.go b/src/tun.go index 1a8bb82..594754a 100644 --- a/src/tun.go +++ b/src/tun.go @@ -1,6 +1,6 @@ package main -type TUN interface { +type TUNDevice interface { Read([]byte) (int, error) Write([]byte) (int, error) Name() string -- cgit v1.2.3