CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/18 15:25:13
Modified files:
lib/libc/asr : res_send_async.c
Log message:
Use more specific error codes for invalid packets.
In particular, truncated packets without the TC flag set (non-compliant
server sending too large packets) now fail with EOVERFLOW instead of EINVAL,
so the TCP fallback mechanism can work.
feedback and ok krw@ jca@ benno@
