what a rabbithole. lots of goodies now.
This commit is contained in:
14278
.net.UNFINISHED/ports/data.go
Normal file
14278
.net.UNFINISHED/ports/data.go
Normal file
File diff suppressed because it is too large
Load Diff
1
.net.UNFINISHED/ports/funcs.go
Normal file
1
.net.UNFINISHED/ports/funcs.go
Normal file
@@ -0,0 +1 @@
|
||||
package ports
|
||||
13
.net.UNFINISHED/ports/types.go
Normal file
13
.net.UNFINISHED/ports/types.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package ports
|
||||
|
||||
import (
|
||||
"r00t2.io/sysutils/.net.UNFINISHED/protos"
|
||||
)
|
||||
|
||||
type IPPort struct {
|
||||
Number uint16
|
||||
Protocol *protos.IPProto
|
||||
ServiceName string
|
||||
Description string
|
||||
Reserved bool
|
||||
}
|
||||
Reference in New Issue
Block a user