MCPcopy Create free account
hub / github.com/encodeous/nylon / netTun

Struct netTun

polyamide/tun/netstack/tun.go:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type netTun struct {
43 ep *channel.Endpoint
44 stack *stack.Stack
45 events chan tun.Event
46 notifyHandle *channel.NotificationHandle
47 incomingPacket chan *buffer.View
48 mtu int
49 dnsServers []netip.Addr
50 hasV4, hasV6 bool
51}
52
53type Net netTun
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected