Update FreeBSD TODO.

Overly aggressive copy+paste from peercred_linux.go.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry
2021-03-02 10:34:41 -08:00
parent 6ba7dd52e8
commit 7c60c2f019
+1 -1
View File
@@ -21,7 +21,7 @@ func getFreeBSD(c net.Conn) (*Creds, error) {
case *net.UnixConn:
return getUnix(c)
case *net.TCPConn:
// TODO: use /proc tcp info for localhost connections like Windows?
// TODO: use sysctl net.inet.tcp.pcblist for localhost connections like Windows?
}
return nil, ErrUnsupportedConnType
}