mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
pimd: Only make the pim sockets non blocking.
Only make the pim sockets non-blocking on reads. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
8e4c9ef376
commit
18e565fd96
@ -230,6 +230,7 @@ int pim_socket_mcast(int protocol, struct in_addr ifaddr, int ifindex, u_char lo
|
||||
zlog_warn("%s: Failure to set buffer size to %d",
|
||||
__PRETTY_FUNCTION__, rcvbuf);
|
||||
|
||||
if (protocol == IPPROTO_PIM)
|
||||
{
|
||||
long flags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user