mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 19:38:39 +08:00
277e0b941a
SOCK_CTRL is added to provide special control over network drivers and daemons. Currently, SOCK_DGRAM and SOCK_STREAM perform this control, but these use socket resources. In the case of usersocket in particular, this is a waste of the device's limited socket resources.