markusC64/1541ultimate2

Network related UCI feature request

Closed this issue · 0 comments

hello, i would like to get non blocking datagram socket without connect() call.

to not to break the API, it would be a new UDP connect command (for example: NET_CMD_OPEN_UDP_NONBLOCK)
what i'm asking:

  • tv.tv_sec should be zero if 'NET_CMD_OPEN_UDP_NONBLOCK' was called.
  • don't call connect() if 'NET_CMD_OPEN_UDP_NONBLOCK' was called.

that is all :)