Bogdan-Andrei Iancu wrote:
yes mhomed works ok but is something very expensive to use - it does autodetection of the egress interface by opening, binding and closing some temporary sockets. And this is done for each message. So, if you have a very clear flow through interfaces, I prefer using force_send_socket() :).
Ah, that's good to know, in case performance becomes an issue one day :o)
Cheers, Andreas