TCP/IP server fixes and improvements #747

Merged
mohr merged 3 commits from eive/fsfw:tcpip_server_fixes_improvements into development 2 weeks ago
Owner
There is no content yet.
muellerr added 1 commit 3 months ago
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c35a0a8541
TCP/IP server fixes and improvements
mohr requested changes 4 weeks ago
#elif defined(PLATFORM_UNIX)
return close(socket);
#endif
return -1;
mohr commented 4 weeks ago
Owner

#else would be cleaner, otherwise compiler will criticize double return. Same some lines below

`#else` would be cleaner, otherwise compiler will criticize double return. Same some lines below
mohr marked this conversation as resolved
muellerr added 1 commit 2 weeks ago
muellerr added 1 commit 2 weeks ago
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2714e588d7
improvements
mohr approved these changes 2 weeks ago
mohr merged commit f95c373076 into development 2 weeks ago
muellerr deleted branch tcpip_server_fixes_improvements 2 weeks ago

Reviewers

mohr approved these changes 2 weeks ago
fsfw/fsfw/pipeline/pr-development This commit looks good
The pull request has been merged as f95c373076.
Sign in to join this conversation.
Loading…
There is no content yet.