summaryrefslogtreecommitdiff
path: root/apps/examples/udgram
Commit message (Expand)AuthorAgeFilesLines
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-302-9/+9
* apps/ustream and udgram: Change default FIFO path to /dev/fifoGregory Nutt2015-01-301-1/+1
* Cosmetic updates to commentsGregory Nutt2015-01-291-2/+2
* Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-291-6/+0
* Reorder statements: printf clobbers errno valueGregory Nutt2015-01-291-1/+2
* apps/examples/udgram: Add option to configure program name and task propertiesGregory Nutt2015-01-292-8/+75
* Minor fixes after initial tests with apps/examples/udgramGregory Nutt2015-01-281-17/+7
* apps/examples/udgram: Improve some size tests and improve error reportingGregory Nutt2015-01-281-3/+16
* apps/examples/udgram: Add a simple test of Unix domain datagram socketsGregory Nutt2015-01-286-0/+619