示例#1
0
func TC(d dns.DNS) {
	fmt.Printf("TC: ")
	if d.GetTC() {
		fmt.Println("Truncated")
	} else {
		fmt.Println("Not truncated")
	}
}