Starting with release 0.7.0 NFF-Go uses go.mod for getting dependencies, therefore Go version 1.11 or later is required. To checkout NFF-Go sources use the following command git clone --recurse-submodules http://github.com/intel-go/nff-go ...
NFF-Go框架使用DPDK来提高网络应用程序的性能。 NFF-Go框架:从NFF-Go的官方仓库检出最新的代码,并在其中构建DPDK。 二、构建NAT应用程序 克隆NFF-Go仓库并检出最新的代码: git clone https://github.com/nff-go/nff-go.git cd nff-go git checkout master 构建DPDK: 在NFF-Go仓库的根目录下,执行以下命令构...
/home/pvs1/gopath/pkg/mod/github.com/intel-go/nff-go@v0.9.2/flow/flow.go:1496 +0x82d github.com/intel-go/nff-go/flow.(*instance).startNewClone.func1(0xc00053cc00, 0x5, 0xc001bd6f00) /home/pvs1/gopath/pkg/mod/github.com/intel-go/nff-go@v0.9.2/flow/scheduler.go:289 +0x2...
$ git clone --recurse-submodules http://github.com/intel-go/nff-go $ cd gopath /src/github.com/intel-go $ ln -s /home/$USER/nff-go . $ cd nff-go/scripts/ $ ./get-depends.sh $ echo 'export NFF_GO="$GOPATH"/src/github.com/intel-go/nff-go' >> /home/$USER/.bash_aliase...
Go 5 contributions in the last year No contributions on January 7th.No contributions on January 14th.No contributions on January 21st.No contributions on January 28th.No contributions on February 4th.No contributions on February 11th.No contributions on February 18th.No contributions on February 25th...
"github.com/ginuerzh/gosocks5" "github.com/golang/glog" ss "github.com/shadowsocks/shadowsocks-go/shadowsocks" "io" "net" "strconv" "time" )const ( idType = 0 // address type index idIP0 = 1 // ip addres start index
书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~ 1 hello-world Public no.1 0 contributions in the last year Contribution Graph Day of Week June Jun July Jul August Aug September Sep...
gost-1/gost.go/ Jump to 146 lines (131 sloc)4.73 KB RawBlame packagegost import( "crypto/tls" "encoding/base64" "errors" "github.com/golang/glog" "net" "strings" "time" ) const( Version="2.4-dev" ) // Log level for glog ...
The local_port is the port of your web service: # frpc.ini [common] server_addr = x.x.x.x server_port = 7000 auth_token = 123 [web] type = http local_port = 80 Start frpc: ./frpc -c ./frpc.ini Resolve A record of www.yourdomain.com to IP x.x.x.x or CNAME record ...
$go get -u github.com/xtaci/kcptun/client $go get -u github.com/xtaci/kcptun/server All precompiled releases are genereated frombuild-release.shscript. Performance Basic Tuning Guide Improving Thoughput Q: I have a high speed network link, how to reach the maximum bandwidth?