Skip to content

Commit

Permalink
Merge pull request #143 from realbiz21/udppayload
Browse files Browse the repository at this point in the history
[client] use 1232 byte udp payload size buffer by default
  • Loading branch information
Flowdalic authored Jul 10, 2024
2 parents a523c88 + 85ca1ea commit a0e901c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public MiniDnsFuture<DnsQueryResult, IOException> queryAsync(DnsMessage message,
return future;
}

protected int udpPayloadSize = 1024;
protected int udpPayloadSize = 1232;

/**
* DNS timeout.
Expand Down

0 comments on commit a0e901c

Please sign in to comment.