]> git.eshelyaron.com Git - emacs.git/commit
Use length field when dns-query is using TCP
authorRobert Pluim <rpluim@gmail.com>
Fri, 3 Apr 2020 15:37:01 +0000 (17:37 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 7 Apr 2020 12:32:44 +0000 (14:32 +0200)
commit23b04ef0e7d03cd7c178b544d5fff2bda4c7c504
tree11049b26b6f315141436bbb7d8329d7581142894
parent8d95e75eb68745322a23424f1af5ab86f0cb0c3b
Use length field when dns-query is using TCP

* net/dns.el (dns-write): Correct spelling in docstring.
(dns-read): Add optional tcp-p parameter, skip 2-byte length field
if non-nil.
(dns-query): Tell dns-read and dns-write if we're using TCP.
lisp/net/dns.el