Skip to content
  • Paul Sokolovsky's avatar
    zephyr/modusocket: Implement recv() for UDP sockets. · 3df65e9b
    Paul Sokolovsky authored
    The foundation of recv() support is per-socket queue of incoming packets,
    implemented using Zephyr FIFO object. This patch implements just recv()
    for UDP, because TCP recv() requires much more fine-grained control of
    network fragments and handling other issues, like EOF condition, etc.
    3df65e9b