new tun interface

This commit is contained in:
JackDoan
2026-04-17 10:25:05 -05:00
parent c08ed7d626
commit 7bb5cd477e
4 changed files with 36 additions and 4 deletions

View File

@@ -117,7 +117,8 @@ func QueueCapabilities(q Queue) Capabilities {
type GSOProto uint8
const (
GSOProtoTCP GSOProto = iota
GSOProtoNone GSOProto = iota
GSOProtoTCP
GSOProtoUDP
)