Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dnstc.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ typedef struct dns_header_t {

#define DNS_QR 0x80
#define DNS_TC 0x02
#define DNS_Z 0x70
#define DNS_Z 0x50 /* Z take 1 bit now, see: https://www.freesoft.org/CIE/RFC/2065/40.htm */

/***********************************************************************
* Logic
Expand Down