nuttx/Documentation/applications/examples/ustream/index.rst

17 lines
491 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

===============================
``ustream`` Unix Stream Sockets
===============================
This is the same test as ``examples/udp`` and similar to ``examples/udgram``, but
using Unix domain stream sockets.
Dependencies:
- ``CONFIG_NET_LOCAL`` Depends on support for Unix domain sockets.
Configuration:
- ``CONFIG_EXAMPLES_USTREAM`` Enables the Unix domain socket example.
- ``CONFIG_EXAMPLES_USTREAM_ADDR`` Specifics the Unix domain address. Default:
``/dev/fifo``.