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
ff2a0d2d
Commit
ff2a0d2d
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update ChangeLog
parent
e86d0091
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
+12
-0
12 additions, 0 deletions
ChangeLog
with
12 additions
and
0 deletions
ChangeLog
+
12
−
0
View file @
ff2a0d2d
...
...
@@ -9585,3 +9585,15 @@
(2015-01-30).
* clock_systimespec(): Fixes for compilation errors in certain
configurations. From Macs N.
* drivers/pipes/fifo.c, include/nuttx/fs/ioctl.h, and net/local/local_fifo.c:
Fix a race condition between FIFO buffer operations and the opening and
closing of FIFOs which necessary when the FIFOs are used to support
Unix domain, datagram sockets. The default policy is the deallocate
FIFO buffering when the last client closes the pipe. When when used
for datagram communications, packets left in the FIFO will be lost.
Some like UDP read-ahead is needed: The buffered data in the FIFO
needs to be retained until the reader gets a chance to re-open the
FIFO. Added an ioctl (PIPEIOC_POLICY) to control the buffer policy.
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).
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