From 8b2c421a1741efc6f1aec6d9b7f0cd69bac097f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Mon, 12 Feb 2024 18:09:18 +0000 Subject: [PATCH] Add option for mtu discovery flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- ext/socket/mkconstants.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index f8def9f990..9150c3ff67 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -748,6 +748,7 @@ SHUT_RDWR 2 Shut down the both sides of the socket IPV6_JOIN_GROUP nil Join a group membership IPV6_LEAVE_GROUP nil Leave a group membership +IPV6_MTU_DISCOVER nil Path MTU discovery IPV6_MULTICAST_HOPS nil IP6 multicast hops IPV6_MULTICAST_IF nil IP6 multicast interface IPV6_MULTICAST_LOOP nil IP6 multicast loopback