what a rabbithole. lots of goodies now.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
package ports
|
||||
@@ -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