Work on UAPI
Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
type TUN interface {
|
||||
type TUNDevice interface {
|
||||
Read([]byte) (int, error)
|
||||
Write([]byte) (int, error)
|
||||
Name() string
|
||||
|
||||
Reference in New Issue
Block a user