summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort00fcxen <t00fcxen>2014-09-16 08:53:24 +0000
committert00fcxen <t00fcxen>2014-09-16 08:53:24 +0000
commit2b35fa3b07cbbf058a0790e5b1fa446f4b4e2a42 (patch)
tree91ccaf44ec0f8e24707ef2be2f43b1a01982be1a
parent72763447253b6717a74000292fe80a0718b26961 (diff)
downloadusrsctplib-2b35fa3b07cbbf058a0790e5b1fa446f4b4e2a42.tar.gz
The MTU is a 32-bit entity within the SCTP stack.
This issue was reported by Peter Kasting from Google. git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@9013 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
-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 */