Displaying 2 results from an estimated 2 matches for "mcpacket_t".
2010 Jul 25
1
Per E-Mail senden: commit.txt
...> It would be nice if send/receive_udp_packet() could be reused for the
multicast packets.
I'll have a look to check if I can reuse this function. If I remember
correctly, I already considered using this function, but something stood in
its way..
> You use strcmp() on the contents of a mcpacket_t without any input
> validation.
Fixed it. I validate the length of the received packet and use strncmp now.
Best,
Daniel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: commit.txt
URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/atta...
2010 Jul 20
2
Local address announces
Hi Guus, hi all,
please find attached a proposed feature implementation for tinc.
As mentioned in http://www.tinc-vpn.org/pipermail/tinc/2010-May/002344.html
, my goal was to connect nodes on the same LAN using their local (LAN)
endpoints.
I've implemented a multicast sender, which announces its own endpoint on
every connected interface regularly.
All nodes receiving multicast