2.2.20 ROUTE_STATUS

The ROUTE_STATUS enumeration<9> defines the possible states of a communication route.

 typedef  enum ROUTE_STATUS
 {
   DOWN,
   UP,
   UP_DOWN 
 } ROUTE_STATUS;

DOWN:  Using implementation-specific mechanisms, the server deemed the route unsuitable for communication to the remote host.

UP:  Using implementation-specific mechanisms, the server deemed the route suitable for communication to the remote host.

UP_DOWN:  Using implementation-specific mechanisms, the server deemed the route neither consistently suitable nor consistently unsuitable for communication to the remote host.