Handle UDP packet loss when fragmentation of large packets is broken.

This commit is contained in:
Simon Kelley
2015-05-08 16:25:38 +01:00
parent 64bcff1c7c
commit a77cec8d58
8 changed files with 66 additions and 35 deletions

View File

@@ -1396,6 +1396,7 @@ void add_update_server(int flags,
serv->domain = domain_str;
serv->next = next;
serv->queries = serv->failed_queries = 0;
serv->edns_pktsz = daemon->edns_pktsz;
#ifdef HAVE_LOOP
serv->uid = rand32();
#endif