Class that describes the route for TcpGate or UdpGate.
Use port_for_client == 0 to bind to some unused port. In that case the actual address could be retrieved via BaseGate.get_sockname_for_clients(). 
Static Public Attributes | |
| str | name | 
| str | host_to_server | 
| int | port_to_server | 
| str | host_for_client = '127.0.0.1' | 
| int | port_for_client = 0 | 
      
  | 
  static | 
      
  | 
  static |