Documentation
¶
Index ¶
Constants ¶
View Source
const ( CsFlagEnableAdmit = 1 CsFlagEnableServe = 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContentStoreModule ¶
type ContentStoreModule struct {
// contains filtered or unexported fields
}
ContentStoreModule is the module that handles Content Store Management.
func (*ContentStoreModule) String ¶
func (c *ContentStoreModule) String() string
type FIBModule ¶
type FIBModule struct {
// contains filtered or unexported fields
}
FIBModule is the module that handles FIB Management.
type FaceModule ¶
type FaceModule struct {
// contains filtered or unexported fields
}
FaceModule is the module that handles Face Management.
func (*FaceModule) String ¶
func (f *FaceModule) String() string
type ForwarderStatusModule ¶
type ForwarderStatusModule struct {
// contains filtered or unexported fields
}
ForwarderStatusModule is the module that provide forwarder status information.
func (*ForwarderStatusModule) String ¶
func (f *ForwarderStatusModule) String() string
type Module ¶
type Module interface {
String() string
// contains filtered or unexported methods
}
Module represents a management module
type NlsrReadvertiser ¶
type NlsrReadvertiser struct {
// contains filtered or unexported fields
}
Simple readvertiser that echoes the register command to NLSR. Currently the command is one-shot, and does not handle failures.
func NewNlsrReadvertiser ¶
func NewNlsrReadvertiser(m *Thread) *NlsrReadvertiser
func (*NlsrReadvertiser) Announce ¶
func (r *NlsrReadvertiser) Announce(name enc.Name, route *table.Route)
func (*NlsrReadvertiser) String ¶
func (r *NlsrReadvertiser) String() string
type RIBModule ¶
type RIBModule struct {
// contains filtered or unexported fields
}
RIBModule is the module that handles RIB Management.
type StrategyChoiceModule ¶
type StrategyChoiceModule struct {
// contains filtered or unexported fields
}
StrategyChoiceModule is the module that handles Strategy Choice Management.
func (*StrategyChoiceModule) String ¶
func (s *StrategyChoiceModule) String() string
Click to show internal directories.
Click to hide internal directories.