mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 09:20:51 -05:00
1. The isc__nm_tcp_send() and isc__nm_tcp_read() was not checking whether the socket was still alive and scheduling reads/sends on closed socket. 2. The isc_nm_read(), isc_nm_send() and isc_nm_resumeread() have been changed to always return the error conditions via the callbacks, so they always succeed. This applies to all protocols (UDP, TCP and TCPDNS). |
||
|---|---|---|
| .. | ||
| include | ||
| tests | ||
| win32 | ||
| alist.c | ||
| api | ||
| base64.c | ||
| cc.c | ||
| ccmsg.c | ||
| Makefile.am | ||
| result.c | ||
| sexpr.c | ||
| symtab.c | ||