ameshkov / dnscrypt

DNSCrypt v2 protocol implementation + a command-line tool
The Unlicense
74 stars 14 forks source link

* dnscrypt: maxDNSUDPPacketSize was increased to 4k #1

Closed admitrevskiy closed 5 years ago

admitrevskiy commented 5 years ago

This patch should fix TestDNSCryptTruncated for dnsproxy

Looks like TXT response is bigger than current maxDNSUDPPacketSize

codecov-io commented 5 years ago

Codecov Report

Merging #1 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   65.32%   65.32%           
=======================================
  Files           3        3           
  Lines         372      372           
=======================================
  Hits          243      243           
  Misses         73       73           
  Partials       56       56
Impacted Files Coverage Δ
dnscrypt.go 62.58% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d0f3e26...b3273e3. Read the comment docs.

ameshkov commented 5 years ago

The code is okay