meier/tcpFix #23

Merged
muellerr merged 2 commits from meier/tcpFix into eive/develop 2021-10-09 13:28:49 +02:00
Showing only changes of commit 8e65833d60 - Show all commits

View File

@ -21,6 +21,9 @@ void tcpip::determineErrorStrings(Protocol protocol, ErrorSources errorSrc, std:
if(errorSrc == ErrorSources::SETSOCKOPT_CALL) {
srcString = "setsockopt call";
}
if(errorSrc == ErrorSources::BIND_CALL) {
srcString = "bind call";
}
else if(errorSrc == ErrorSources::SOCKET_CALL) {
srcString = "socket call";
}