summaryrefslogtreecommitdiff
path: root/user_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'user_route.h')
-rwxr-xr-xuser_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_route.h b/user_route.h
index d0841d7..82b07d7 100755
--- a/user_route.h
+++ b/user_route.h
@@ -54,7 +54,7 @@ struct sctp_route {
* retransmission behavior and are included in the routing structure.
*/
struct sctp_rt_metrics_lite {
- u_long rmx_mtu; /* MTU for this path */
+ uint32_t rmx_mtu; /* MTU for this path */
#if 0
u_long rmx_expire; /* lifetime for route, e.g. redirect */
u_long rmx_pksent; /* packets sent using this route */