- Status: open --> merged
He Zhe wants to merge 1 commit from /u/realhezhe/tipcutils/ to master, 2019-08-05
Flooding multicast may make the rcv buffer overrun and is considered
premature messages later and thus cause the following error.
"Ignoring premature msg 16, currently handling 12"
This patch sets SO_RCVBUF the of socket to max int value to receive as many
packets as possible, and give a hint to user when possible overrun occurs. Note
that the value of SO_RCVBUF will be limited up to min(INT_MAX/2,
sysctl_rmem_max) in kernel.
Commit | Date | |
---|---|---|
[4e4c8c]
(HEAD, master)
by
![]() test: ptts: Set recv buffer size too max to receive as many packets as possible Flooding multicast may make the rcv buffer overrun and is considered "Ignoring premature msg 16, currently handling 12" This patch sets SO_RCVBUF the of socket to max int value to receive as many Signed-off-by: He Zhe <zhe.he@...> |
2019-07-30 05:24:22 | Tree |