aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 01358299d..9cc58e85c 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -193,9 +193,9 @@ struct GNUNET_TUN_IcmpHeader {
193 struct in_addr redirect_gateway_address; 193 struct in_addr redirect_gateway_address;
194 194
195 /** 195 /**
196 * Placeholder. 196 * MTU for packets that are too big (IPv6).
197 */ 197 */
198 int32_t present; 198 uint32_t packet_too_big_mtu;
199 199
200 } quench; 200 } quench;
201 201