asiodns_messages.mes 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $NAMESPACE isc::asiodns
  15. % ASIODNS_FD_ADD_TCP adding a new TCP server by opened fd %1
  16. A debug message informing about installing a file descriptor as a server.
  17. The file descriptor number is noted.
  18. % ASIODNS_FD_ADD_UDP adding a new UDP server by opened fd %1
  19. A debug message informing about installing a file descriptor as a server.
  20. The file descriptor number is noted.
  21. % ASIODNS_FETCH_COMPLETED upstream fetch to %1(%2) has now completed
  22. A debug message, this records that the upstream fetch (a query made by the
  23. resolver on behalf of its client) to the specified address has completed.
  24. % ASIODNS_FETCH_STOPPED upstream fetch to %1(%2) has been stopped
  25. An external component has requested the halting of an upstream fetch. This
  26. is an allowed operation, and the message should only appear if debug is
  27. enabled.
  28. % ASIODNS_OPEN_SOCKET error %1 opening %2 socket to %3(%4)
  29. The asynchronous I/O code encountered an error when trying to open a socket
  30. of the specified protocol in order to send a message to the target address.
  31. The number of the system error that caused the problem is given in the
  32. message.
  33. % ASIODNS_READ_DATA error %1 reading %2 data from %3(%4)
  34. The asynchronous I/O code encountered an error when trying to read data from
  35. the specified address on the given protocol. The number of the system
  36. error that caused the problem is given in the message.
  37. % ASIODNS_READ_TIMEOUT receive timeout while waiting for data from %1(%2)
  38. An upstream fetch from the specified address timed out. This may happen for
  39. any number of reasons and is most probably a problem at the remote server
  40. or a problem on the network. The message will only appear if debug is
  41. enabled.
  42. % ASIODNS_SEND_DATA error %1 sending data using %2 to %3(%4)
  43. The asynchronous I/O code encountered an error when trying to send data to
  44. the specified address on the given protocol. The number of the system
  45. error that caused the problem is given in the message.
  46. % ASIODNS_UNKNOWN_ORIGIN unknown origin for ASIO error code %1 (protocol: %2, address %3)
  47. An internal consistency check on the origin of a message from the
  48. asynchronous I/O module failed. This may indicate an internal error;
  49. please submit a bug report.
  50. % ASIODNS_UNKNOWN_RESULT unknown result (%1) when IOFetch::stop() was executed for I/O to %2(%3)
  51. An internal error indicating that the termination method of the resolver's
  52. upstream fetch class was called with an unknown result code (which is
  53. given in the message). Please submit a bug report.