RouteSolution
Object Hierarchy:
Description:
public class RouteSolution : Object
, Comparable
<RouteSolution>
A solution to reach a destination.
Namespace: Ntk.Core
Package: Netsukuku - vala port
Content:
Properties:
- public
string
gateway { set; get; }
- public
string
dev { set; get; }
- public
int
weight { set; get; }
Static methods:
- public static
bool
test_equality (RouteSolution? a, RouteSolution? b)
Creation methods:
Methods: