We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5067d66 + 3e1c028 commit 8b9202bCopy full SHA for 8b9202b
qiling/os/posix/const.py
@@ -66,6 +66,7 @@
66
"SO_OOBINLINE" : 0x000a,
67
"SO_SNDBUF" : 0x0007,
68
"SO_RCVBUF" : 0x0008,
69
+ "SO_REUSEPORT" : 0x000f,
70
"SO_SNDLOWAT" : 0x0013,
71
"SO_RCVLOWAT" : 0x0012,
72
"SO_SNDTIMEO" : 0x0015,
@@ -246,6 +247,7 @@
246
247
248
249
250
251
252
253
@@ -336,6 +338,7 @@
336
338
"SO_BROADCAST" : 0x0020,
337
339
"SO_LINGER" : 0x0080,
340
"SO_OOBINLINE" : 0x0100,
341
+ "SO_REUSEPORT" : 0x0200,
342
"SO_SNDBUF" : 0x1001,
343
"SO_RCVBUF" : 0x1002,
344
"SO_SNDLOWAT" : 0x1003,
0 commit comments