Skip to content

Commit 0a029d4

Browse files
authored
net: make net.fionbio and net.msg_nosignal constants public in net_windows.c.v (#20183)
1 parent 715a0a6 commit 0a029d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vlib/net/net_windows.c.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ pub const error_einprogress = WsaError.wsaeinprogress
748748
#include <ws2tcpip.h>
749749

750750
// Constants that windows needs
751-
const fionbio = C.FIONBIO
752-
const msg_nosignal = 0
751+
pub const fionbio = C.FIONBIO
752+
pub const msg_nosignal = 0
753753
const wsa_v22 = 0x202
754754

755755
// Error code returns the last socket error

0 commit comments

Comments
 (0)