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
e0250945
Commit
e0250945
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update ChangeLog
parent
6b8da59d
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
+5
-2
5 additions, 2 deletions
ChangeLog
with
5 additions
and
2 deletions
ChangeLog
+
5
−
2
View file @
e0250945
...
...
@@ -9570,8 +9570,8 @@
would connect okay. So the symptom was connect-fail-connect-fail-...
(2015-01-29).
* net/socket/net_poll.c, recvfrom.c, and udp/udp_callback.c: Add UDP
read-ahead support
and
support for poll/select on UDP
sockets. From
Macs N (2015-01-30).
read-ahead support
. This enables
support for
for
poll/select on UDP
sockets and also non-blocking UDP sockets. From
Macs N (2015-01-30).
* net/local/local_netpoll.c, socket/net_poll.c, and udp/udp_netpoll.c:
Separate out UDP poll logic from net_poll.c into a new udp_netpoll.c;
Create a skeleton local_netpoll (2015-01-30).
...
...
@@ -9597,3 +9597,6 @@
Default (0) is the legacy behavior; Unix domain datagram logic sets
the alternative policy so that the packet data persists after the FIFO
is closed (2015-01-30).
* net/local: Add configuration options so that Unix domain stream and
datagram support can be separately enabled (2015-01-31).
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