RoutedHost constructor

RoutedHost(
  1. Host _host,
  2. PeerRouting _routing
)

Implementation

RoutedHost(this._host, this._routing);