TCP/IP server fixes and improvements #747
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:tcpip_server_fixes_improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -41,6 +41,7 @@ int TcpIpBase::closeSocket(socket_t socket) {#elif defined(PLATFORM_UNIX)return close(socket);#endifreturn -1;#elsewould be cleaner, otherwise compiler will criticize double return. Same some lines below