mirror of
https://github.com/stefan01/transocks.git
synced 2025-02-21 03:00:48 +07:00
* 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
|
|
)
|