Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
5a2bcb9f
Commit
5a2bcb9f
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update ChangeLog
parent
7f95e4fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+8
-0
8 additions, 0 deletions
ChangeLog
with
8 additions
and
0 deletions
ChangeLog
+
8
−
0
View file @
5a2bcb9f
...
...
@@ -9561,3 +9561,11 @@
are required to do. From David Sidrane (2015-01-29).
* net/local: Extend Unix domain socket support to include support
for datagram Unix domain sockets (2015-01-29).
* net/socket/accept.c: Fix a major TCP bug introduced with commit
e71c09ce9777ff732cb60bd07fb43d85522f79d6. Some connection logic was
reordered; setting the socket as 'connected' got moved to BEFORE the point
where the check was made if the socket was already connected. The
resulting behavior was odd: Telnet would connect, but then when you
exit and reconnect, it would fail to connect. But then if try again, it
would connect okay. So the symptom was connect-fail-connect-fail-...
(2015-01-29).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment