Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdYaNFD = &cobra.Command{ Use: "yanfd CONFIG-FILE", Short: "Yet another NDN Forwarding Daemon", GroupID: "run", Version: utils.NDNdVersion, Args: cobra.ExactArgs(1), Run: run, }
Functions ¶
This section is empty.
Types ¶
type Profiler ¶
type Profiler struct {
// contains filtered or unexported fields
}
func NewProfiler ¶
type YaNFD ¶
type YaNFD struct {
// contains filtered or unexported fields
}
YaNFD is the wrapper class for the NDN Forwarding Daemon. Note: only one instance of this class should be created.
Click to show internal directories.
Click to hide internal directories.