summaryrefslogtreecommitdiff
path: root/ipv6test.go.new
blob: 75876508248fa9b17bac39d01b06ce1f85b07460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package main

import (
	"context"
	"fmt"
	"net"
	"os"
	"time"
)

const (
	ipv6TestHost = "ipv6.google.com"
	testPort     = "443" // HTTPS port
)