- Jul 19, 2013
-
-
Marek Vavrusa authored
fixes #99
-
- Jul 18, 2013
-
-
Jan Včelák authored
-
- Jul 17, 2013
-
-
Marek Vavrusa authored
Like example.com..zone
-
Marek Vavrusa authored
This makes partial-closed connections discovery faster than waiting full interval for the watchdog sweep. refs #91
-
Daniel Salzman authored
-
Marek Vavrusa authored
Reverted to usual recvmmsg/sendmmsg availability check.
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 16, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
refs #82
-
Marek Vavrusa authored
fixes #82
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 15, 2013
-
-
Jan Včelák authored
-
Daniel Salzman authored
-
Jan Včelák authored
-
Marek Vavrusa authored
Treated as hostname otherwise.
-
Marek Vavrusa authored
-
Jan Kadlec authored
- Nighlty tests would sometimes crash, when zones were not bootstrapper properly.
-
Marek Vavrusa authored
Also some log messages cleanup.
-
- Jul 12, 2013
-
-
Marek Vavrusa authored
Also CID#1047013
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
- Jul 11, 2013
-
-
Marek Vavrusa authored
refs #71, #65
-
Marek Vavrusa authored
The reasons are discussed in #71. Namely: - transfers are self-paced, TCP clients are divided among threads - due to the nature of DNS, most of the connections should be active - if not, it is probably an attack, long idling connections are disconnected - even then the performance degradation is not so severe fixes #71
-
Marek Vavrusa authored
Otherwise it would finish all pending queries, some of which may have connection already dropped. This usually isn't a problem, it just presents a longer wait for the timeouts.
-
Marek Vavrusa authored
Existing issues must not be treated as expired, since that might trigger bootstrap requeue or NOTIFY event.
-
Marek Vavrusa authored
This is because the query should be sent as soon as the socket is writable as well. refs #65
-
Marek Vavrusa authored
It was possible for the previous implementation to sometimes overshoot the hard limit by a few connections, this yielded very undesirable results as the master starts dropping connections and forcing slave to reschedule transfers. Asynchronous connect is also faster as other pending transfers may be processed during the connection phase. refs #65
-
Marek Vavrusa authored
refs #65
-
Marek Vavrusa authored
To do: * Disabled epoll/kqueue backend as there is something broken for write events refs #65
-
Jan Kadlec authored
- This assert made no sense, flow can get into this function even if previous is set. In fact, previous is used in the function that is called just after said assert. Previous was set to NULL in previous implementation, which was wrong as well.
-
Daniel Salzman authored
-
- Jul 10, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Daniel Salzman authored
-
Jan Kadlec authored
-
Daniel Salzman authored
-