Neighbour
Object Hierarchy:
Description:
public class Neighbour : Object
Each instance of this class represents a neighbour as seen by a particular nic of this node.
Namespace: Ntk.Core
Package: Netsukuku - vala port
Content:
Properties:
Static methods:
- public static
bool
equal_func (Neighbour? a, Neighbour? b)
Creation methods:
- public Neighbour.with_local_dispatcher (
int
levels, int
gsize, NIP nip, int
nodeid, NetworkID netid, bool
is_primary, bool
is_auxiliary, RPCDispatcher rpcdispatcher)
- public Neighbour.with_rtt (
int
levels, int
gsize, NIP nip, int
nodeid, NetworkID netid, bool
is_primary, bool
is_auxiliary, string
dev, List
<string
> macs, int
avg_rtt)
- public Neighbour.with_rem (
int
levels, int
gsize, NIP nip, int
nodeid, NetworkID netid, bool
is_primary, bool
is_auxiliary, string
dev, List
<string
> macs, REM rem)
- public Neighbour.with_deadrem (
int
levels, int
gsize, NIP nip, int
nodeid, NetworkID netid, bool
is_primary, bool
is_auxiliary, string
dev, List
<string
> macs)
- public Neighbour ()
Methods: