1# NetConn_TraceRouteOption 2 3## Overview 4 5Defines the network trace route options. 6 7**Since**: 20 8 9**Related module**: [NetConnection](capi-netconnection.md) 10 11**Header file**: [net_connection_type.h](capi-net-connection-type-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| uint8_t maxJumpNumber | Maximum number of hops in the probe result. The value must be the same as that of **TraceRouteInfo**. The maximum number of hops is 30, which is also the default value.| 20| NetConn_PacketsType packetsType | Protocol type of the probe packet. The default value is **NETCONN_PACKETS_ICMP**.| 21