Ntk.Core.IMapRoute Reference Manual
Packages
Netsukuku - vala port
Ntk
Core
IMapRoute
answer_gid
free_nodes_nb
request_gid
worst_internal_bestrem
IMapRoute
Object Hierarchy:
Description:
public
interface
IMapRoute
:
Object
This is the interface for the remotable methods of the class MapRoute
All known implementing classes:
MapRoute
RemoteMapRoute
Namespace:
Ntk.Core
Package:
Netsukuku - vala port
Content:
Methods:
public
abstract
int
free_nodes_nb
(
int
lvl)
throws
RPCError
public
abstract
REM
worst_internal_bestrem
(
int
level_of_gnode)
throws
RPCError
public
abstract
void
request_gid
(
int
request_id,
NetworkID
gnetid,
PartialNIP
gprefix)
throws
RPCError
public
abstract
void
answer_gid
(
NIP
answering_nip,
int
request_id,
GNodeID
actual_gid)
throws
RPCError