package dns
-
dns.cache
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Response code
Each DNS reply includes a 4bit response code which signals the status of the request.
compare a b
compares the response code a
with b
using the RFC-specified integer representation of response codes.
val to_string : t -> string
to_string t
is a string representation of t
.