meier/tcpFix #23
No reviewers
Labels
No Label
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/fsfw#23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/tcpFix"
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?
The socket call is made with a non-blocking flag, so TC is also read if the client does not send anything (to be precise, if the
recv
call would block).It definitely still makes sense to read the packets when the client closes the connection