nuttx/net/udp
zhangshuai39 e7ec9d7fe5 net/udp: Fixed the issue of sending ICMP error when the destination address is broadcast/multicast.
According to rfc1112, section 7.2:
"An ICMP error message (Destination Unreachable, Time Exceeded, Parameter Problem, Source Quench, or Redirect) is
never generated in response to a datagram destined to an IP host group."

Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com>
2024-09-10 22:53:58 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
udp_callback.c
udp_close.c
udp_conn.c net/udp: fix net_[un]lock() in udp_bind 2024-06-22 19:26:14 -03:00
udp_devpoll.c
udp_finddev.c
udp_input.c net/udp: Fixed the issue of sending ICMP error when the destination address is broadcast/multicast. 2024-09-10 22:53:58 +08:00
udp_ioctl.c
udp_ipselect.c
udp_netpoll.c
udp_notifier.c
udp_recvfrom.c support rss/arfs with device 2024-08-30 01:45:06 +08:00
udp_send.c net/inet: Rename ttl to s_ttl in sconn. 2024-06-05 23:22:15 +08:00
udp_sendto_buffered.c net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
udp_sendto_unbuffered.c net: Only call arp_send for PF_INET and icmpv6_neighbor for PF_INET6 2024-01-09 05:56:28 -08:00
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer_dump.c
udp_wrbuffer.c net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
udp.h support rss/arfs with device 2024-08-30 01:45:06 +08:00