Hi,

I have a 10-node system with each system having 2 interfaces, and 
therefore each ha.cf file has 18 ucast lines in it.

If I read the code correctly, I think each heartbeat packet is then 
being received 18 times and sent to the master control process - where 
each is then uncompressed and 17 of them are thrown away...

Could someone else offer your thoughts on this?

It looks to be a 2 or 3 line fix in ucast.c to thrown away ucast packets 
that aren't from the address we expect - which would cut us down to only 
one of them being sent from each of the interfaces - a 9 to 1 reduction 
in work on the master control process.  And I don't have to uncompress 
them to throw them away - I can just look at the source IP address...

What do you think?





-- 
     Alan Robertson <[email protected]> - @OSSAlanR

"Openness is the foundation and preservative of friendship...  Let me claim 
from you at all times your undisguised opinions." - William Wilberforce
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to