Handshake negotiation functioning
This commit is contained in:
@@ -4,5 +4,5 @@ type TUNDevice interface {
|
||||
Read([]byte) (int, error)
|
||||
Write([]byte) (int, error)
|
||||
Name() string
|
||||
MTU() uint
|
||||
MTU() int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user