]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Set pim socket receive buffer to a larger value
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Nov 2016 00:57:10 +0000 (19:57 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:16 +0000 (20:26 -0500)
commit55a645a636fbfcd0920775933cd3bb9e51660d4f
tree802118602623dba20451992d364705df6eaf63b1
parent6806e04d04bbf59cff7f7ca96151c334cd95af30
pimd: Set pim socket receive buffer to a larger value

There exists situations where we can receive data
faster than we can process it.  Make the buffer
large enough to catch these situations for
the pim sockets.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_sock.c