Location:
in_sock.h
Link against:
TRouteType
Support
Supported from 5.0
Description
Identifies the type of creator of an entry in the IP routing table.
It is used as a data member of TSoInetRouteInfo
.
ERtNormal |
Created when the interface was started
|
ERtUser |
Created by user by a call to RSocket::SetOpt()
|
ERtIcmpAdd |
Added by ICMP redirect (currently unsupported).
|
ERtIcmpDel |
Replaced by an ICMP redirect (currently unsupported).
|
|