Preparing search index...
The search index is not available
@number0/iroh
@number0/iroh
PathEvent
Interface PathEvent
A path event with its associated data.
interface
PathEvent
{
id
?:
string
;
kind
:
PathEventKind
;
lastStats
?:
PathStatsRecord
;
localAddr
?:
string
;
missed
?:
number
;
remoteAddr
?:
string
;
}
Index
Properties
id?
kind
last
Stats?
local
Addr?
missed?
remote
Addr?
Properties
Optional
id
id
?:
string
kind
kind
:
PathEventKind
Optional
last
Stats
lastStats
?:
PathStatsRecord
Optional
local
Addr
localAddr
?:
string
Optional
missed
missed
?:
number
Optional
remote
Addr
remoteAddr
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
kind
last
Stats
local
Addr
missed
remote
Addr
@number0/iroh
Loading...
A path event with its associated data.