-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPv4/single: connect() should return immediately after a protocol err…
…or and other things (#559) * IPv4/single: Let connect() return as soon as socket gets closed * Let both connect() and accept() return after a 'eSOCKET_CLOSED' event * Included hang protection of orphaned socket from PR #545 * Lexicon.txt change * Remove a variable that was not used * Update source/FreeRTOS_Sockets.c Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> * Update source/FreeRTOS_TCP_IP.c Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> * moved declaration to beginning of block * Update source/FreeRTOS_TCP_IP.c Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> * Uncrustify: triggered by comment. * Fix unit test expectations * Avoid a recursive call to vTCPStateChange() * Uncrustify: triggered by comment. * Fix CBMC proof assumptions * Get unit-test coverage up * Fix timers unit-tests * Socket unit-test for closed socket * Fix a unit-test expectations * Fix spell check * Uncrustify: triggered by comment. * Using debug_printf in stead of printf for logging. * Use debug printf instead of printf in 2 locations Co-authored-by: Hein Tibosch <hein@htibosch.net> Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
- Loading branch information
1 parent
cb70927
commit 188a9d0
Showing
10 changed files
with
474 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.