Commit f3985f3
committed
net/dns: Increase UDP response buffer to 1232 bytes
This resolves #51127 in the near term by defaulting to a larger buffer
size. This is not a permanent fix or implementation of EDNS(0) or [IETF
RFC6891](https://datatracker.ietf.org/doc/html/rfc6891).
These changes should be reviewed by someone with more experience than I.
:)
Signed-off-by: Aaron Friel <[email protected]>1 parent 656d3f4 commit f3985f3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
884 | | - | |
| 884 | + | |
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
| |||
0 commit comments