Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop rarp packets being queued on garp socket #1975

Closed
wants to merge 1 commit into from

Conversation

xqjcool1
Copy link
Contributor

The rarp broadcast packets would be queued on garp socket, and consume system memory.
So we set the SO_RCVBUF to minimum size stop it.

[root@cpe ~]# ss -pf link
Netid Recv-Q Send-Q Local Address:Port Peer Address:Port
p_raw 204800512 0 rarp:* * users:(("keepalived",pid=2547,fd=12))

The rarp broadcast packets would be queued on garp socket, and consume system memory.
So we set the SO_RCVBUF to minimum size stop it.

[root@cpe ~]# ss -pf link
Netid  Recv-Q Send-Q                                                                                     Local Address:Port                                                                                                      Peer Address:Port                
p_raw  204800512 0                                                                                                   rarp:*                                                                                                                     *                      users:(("keepalived",pid=2547,fd=12))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant