Skip to content

Commit 83c3044

Browse files
authored
Merge pull request #1835 from bdonlan/freebind
Expose IP_FREEBIND constant for linux
2 parents b2e250e + da16adf commit 83c3044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ pub const IP_PKTINFO: ::c_int = 8;
778778
pub const IP_MTU_DISCOVER: ::c_int = 10;
779779
pub const IP_RECVTOS: ::c_int = 13;
780780
pub const IP_RECVERR: ::c_int = 11;
781+
pub const IP_FREEBIND: ::c_int = 15;
781782
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
782783
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
783784
pub const IP_ADD_SOURCE_MEMBERSHIP: ::c_int = 39;

0 commit comments

Comments
 (0)