@param port: The port to which to send the message. The default is 53.
@type port: int
@param af: the address family to use. The default is None, which
- causes the address family to use to be inferred from the form of of where.
+ causes the address family to use to be inferred from the form of where.
If the inference attempt fails, AF_INET is used.
@type af: int
@rtype: dns.message.Message object
@param port: The port to which to send the message. The default is 53.
@type port: int
@param af: the address family to use. The default is None, which
- causes the address family to use to be inferred from the form of of where.
+ causes the address family to use to be inferred from the form of where.
If the inference attempt fails, AF_INET is used.
@type af: int
@rtype: dns.message.Message object
the one specified to dns.zone.from_xfr().
@type relativize: bool
@param af: the address family to use. The default is None, which
- causes the address family to use to be inferred from the form of of where.
+ causes the address family to use to be inferred from the form of where.
If the inference attempt fails, AF_INET is used.
@type af: int
@param lifetime: The total number of seconds to spend doing the transfer.