Files
bind9/bin/tests
Michael Graff 46993e1d9d Merge the mlg-20000518 branch onto the mainline. Change summary:
dns_dispatch_create() no longer exists.  dns_dispatch_createtcp()
	and dns_dispatch_getudp() are the replacements.  _createtcp() takes
	a bound, connected TCP socket, while _getudp() will search for
	a sharable UDP socket, and if found, attach to it and return a
	pointer to it.  If one is not found, it will create a udp socket,
	bind it to a supplied local address, and create a new dispatcher
	around it.

	dns_dispatch_remove{request,response}() no longer take the dispatch
	as an argument.

	query-source can now be set per view.

	The dispatch manager holds onto three memory pools, one for
	allocating dispatchers from, one for events, and one for
	requests/replies.  The free list on these pools is hard-coded,
	but set to 1024.  This keeps us from having to dig into the
	isc_mem_t the pools draw from as often.

	dns_resolver_create() and dns_view_createresolver() require that
	valid dispatchers be passed in; dispatchers are no longer created
	for the caller.
2000-05-19 21:46:46 +00:00
..
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-19 21:23:23 +00:00
2000-05-08 14:38:29 +00:00
2000-05-18 21:15:40 +00:00
2000-05-10 23:43:48 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-04-05 17:38:46 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-18 21:15:40 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-03-15 02:12:22 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-02-03 23:08:31 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-02-03 23:08:31 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-02-03 23:08:31 +00:00
2000-05-08 14:38:29 +00:00
2000-03-16 01:09:32 +00:00
2000-05-08 14:38:29 +00:00