TCP/IP server fixes and improvements #747
Merged
mohr
merged 3 commits from eive/fsfw:tcpip_server_fixes_improvements
into development
2 weeks ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'eive/fsfw:tcpip_server_fixes_improvements'
Deleting a branch is permanent. It CANNOT be undone. Continue?
#elif defined(PLATFORM_UNIX)
return close(socket);
#endif
return -1;
#else
would be cleaner, otherwise compiler will criticize double return. Same some lines belowf95c373076
into development 2 weeks agoReviewers
f95c373076
.