Skip to content
Snippets Groups Projects
Commit a0b4e21b authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Comment out SO_ERROR so it is not used

parent a567197b
No related branches found
No related tags found
No related merge requests found
Pipeline #1341 failed
...@@ -14,7 +14,7 @@ pub const SOL_SOCKET: c_int = 1; ...@@ -14,7 +14,7 @@ pub const SOL_SOCKET: c_int = 1;
pub const SO_DEBUG: c_int = 1; pub const SO_DEBUG: c_int = 1;
pub const SO_REUSEADDR: c_int = 2; pub const SO_REUSEADDR: c_int = 2;
pub const SO_TYPE: c_int = 3; pub const SO_TYPE: c_int = 3;
pub const SO_ERROR: c_int = 4; //pub const SO_ERROR: c_int = 4;
pub const SO_DONTROUTE: c_int = 5; pub const SO_DONTROUTE: c_int = 5;
pub const SO_BROADCAST: c_int = 6; pub const SO_BROADCAST: c_int = 6;
pub const SO_SNDBUF: c_int = 7; pub const SO_SNDBUF: c_int = 7;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment