forked from ms/transocks
* github.com/cybozu-go/cmd was moved to github.com/cybozu-go/well * use CircleCI to replace TravisCI
13 lines
241 B
Go
13 lines
241 B
Go
// Code generated by hand. DO NOT EDIT.
|
|
// +build linux
|
|
|
|
package transocks
|
|
|
|
const (
|
|
// SO_ORIGINAL_DST is a Linux getsockopt optname.
|
|
SO_ORIGINAL_DST = 80
|
|
|
|
// IP6T_SO_ORIGINAL_DST a Linux getsockopt optname.
|
|
IP6T_SO_ORIGINAL_DST = 80
|
|
)
|