Only use broadcast at the start of the PMTU discovery phase.
[tinc] / src / net_packet.c
2002-04-18 Ivo TimmermansPut #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the...
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-27 Guus SliepenLimit the amount of packets in a queue to 8.
2002-03-25 Guus SliepenSend REQ_KEY only once until ANS_KEY has arrived.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-17 Guus SliepenUnmap v4mapped sockaddrs.
2002-03-12 Guus SliepenPacket sequence number/authentication warnings only...
2002-03-01 Guus SliepenCheck if BindToDevice and PriorityInheritance are suppo...
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenIf "PriorityInheritance = yes" is specified in tinc...
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus Sliepen- Change SA_LEN to SALEN, former one is already defined...
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenPreserve inpkt->len, needed for broadcasts.
2002-02-18 Guus Sliepen- Non-blocking connect()s.