meier/tcpFix #23
@ -21,6 +21,9 @@ void tcpip::determineErrorStrings(Protocol protocol, ErrorSources errorSrc, std:
|
|||||||
if(errorSrc == ErrorSources::SETSOCKOPT_CALL) {
|
if(errorSrc == ErrorSources::SETSOCKOPT_CALL) {
|
||||||
srcString = "setsockopt call";
|
srcString = "setsockopt call";
|
||||||
}
|
}
|
||||||
|
if(errorSrc == ErrorSources::BIND_CALL) {
|
||||||
|
srcString = "bind call";
|
||||||
|
}
|
||||||
else if(errorSrc == ErrorSources::SOCKET_CALL) {
|
else if(errorSrc == ErrorSources::SOCKET_CALL) {
|
||||||
srcString = "socket call";
|
srcString = "socket call";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user