On Sun, 27 Sep 2020, Noel Duffy via fpc-pascal wrote:
On 26/09/20 9:07 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 26 Sep 2020, Noel Duffy via fpc-pascal wrote:
To restate the question, is 64k too much overhead for DNS queries? That
overhead would be present on all queries, regard
On 26/09/20 9:07 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 26 Sep 2020, Noel Duffy via fpc-pascal wrote:
To restate the question, is 64k too much overhead for DNS queries? That
overhead would be present on all queries, regardless of whether UDP or TCP was
used.
I would then pref
On 26/09/20 9:07 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 26 Sep 2020, Noel Duffy via fpc-pascal wrote:
To restate the question, is 64k too much overhead for DNS queries? That
overhead would be present on all queries, regardless of whether UDP or TCP was
used.
I would then pre
On Sat, 26 Sep 2020, Noel Duffy via fpc-pascal wrote:
Hi all,
I've spent some time this past couple of weeks reading through the DNS
resolver code in netdb and poring over RFCs that specify the protocol with a
view to adding support for additional resource record queries. Things like
TXT,
Hi all,
I've spent some time this past couple of weeks reading through the DNS resolver
code in netdb and poring over RFCs that specify the protocol with a view to
adding support for additional resource record queries. Things like TXT, SOA,
and so forth. I'm using netdb from fpc 3.2.0 as the s