aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/udp/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/udp/dns.c')
-rw-r--r--src/net/udp/dns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/udp/dns.c b/src/net/udp/dns.c
index 76d5dd7a1..aab9cfc27 100644
--- a/src/net/udp/dns.c
+++ b/src/net/udp/dns.c
@@ -433,6 +433,7 @@ static struct xfer_interface_operations dns_socket_operations = {
.close = dns_xfer_close,
.vredirect = xfer_vopen,
.seek = ignore_xfer_seek,
+ .window = unlimited_xfer_window,
.alloc_iob = default_xfer_alloc_iob,
.deliver_iob = xfer_deliver_as_raw,
.deliver_raw = dns_xfer_deliver_raw,