Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
Source project has a limited visibility.
  • Robert Schmidt's avatar
    f060385b
    Improve UDP support of ASYNC_IF · f060385b
    Robert Schmidt authored
    * peer_addr is now const
    * new_link_udp_server() can bind to address or INADDR_ANY
    * socket_udp_receive() happens without a loop
    * socket_udp_send() happens without a loop
    * sending in two packets (first size, then data) is only performed for TCP,
      SCTP, not for UDP anymore (it is unreliable, so we could miss something and
      will receive complete garbage)
    f060385b
    History
    Improve UDP support of ASYNC_IF
    Robert Schmidt authored
    * peer_addr is now const
    * new_link_udp_server() can bind to address or INADDR_ANY
    * socket_udp_receive() happens without a loop
    * socket_udp_send() happens without a loop
    * sending in two packets (first size, then data) is only performed for TCP,
      SCTP, not for UDP anymore (it is unreliable, so we could miss something and
      will receive complete garbage)