-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Networkingpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
Reported by Paul Sokolovsky:
"As an application developer, familiar with BSD Sockets API (part of POSIX), I would like to non-blocking/timeout functionality for sockets in Zephyr."
This is extension of GH-3662, following API calls are to be affected:
- connect()
- accept() (TBC)
- recv()
- send()
It should be possible to specify timeout/non-blocking status via means close to POSIX (setsockopt()/fcntl(), to be confirmed).
(Imported from Jira ZEP-2227)
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Networkingpriority: lowLow impact/importance bugLow impact/importance bug