Documentation ¶
Index ¶
Constants ¶
View Source
const ( SaveOnlyChanges = iota SaveFullData )
Mode
View Source
const ( CloseEvent = iota RefreshConnectionListEvent )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { // Так как соединение может быть активно долгое время, то для него нет однозначного соответствия id - connection. // Поэтому FakeID FakeId int // id of connection. LAddr []int // local address LPort int // local port RAddr []int // remote address RPort int // remote port Pid int // process id ProcName string // process name ProcOwner string // process owner ActiveSince time.Time ClosedWhen time.Time Status int }
Click to show internal directories.
Click to hide internal directories.