Code Monkey home page Code Monkey logo

Comments (8)

jannson avatar jannson commented on July 30, 2024

应该支持的吧。golang 默认都绑定的 ipv6 的地址。直接把各个地址填写为 ipv6 就可以了阿?

from kcptun.

caidaoli avatar caidaoli commented on July 30, 2024

亲测可以支持的
client_darwin_amd64 -l :4440 -r v6域名:29900 -key 密码 -mtu 1400 -sndwnd 256 -rcvwnd 2048 -mode fast2 -conn 4

from kcptun.

nicedayever avatar nicedayever commented on July 30, 2024

@caidaoli 用最新版的亲测不可以,按照你这种方式写好了,连接不上,通过netstat -an 查询,也没有看到与远程端口建立连接

from kcptun.

caidaoli avatar caidaoli commented on July 30, 2024

我是osx,完全没有问题的。2016/06/22 20:13:43 version: 20160620
2016/06/22 20:13:43 listening on: [::]:4440
2016/06/22 20:13:43 encryption: aes
2016/06/22 20:13:43 nodelay parameters: 1 20 2 1
2016/06/22 20:13:43 remote address: [2400:8900马赛克]:29900
2016/06/22 20:13:43 sndwnd: 256 rcvwnd: 2048
2016/06/22 20:13:43 mtu: 1400
2016/06/22 20:13:43 fec: 4
2016/06/22 20:13:43 acknodelay: false
2016/06/22 20:13:43 dscp: 0
2016/06/22 20:13:43 conn: 4

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

各位,测试下0623的版本

from kcptun.

nicedayever avatar nicedayever commented on July 30, 2024

@xtaci i forgot to tell u my info:
WIN10 X64, SSR 3.7.4 CLIENT, NATIVE IPV6 addr from CERNET.

tried 0623 version but it still doesn't work.

--------log-------
D:\kcp>client_windows_amd64.exe -l ":2000" -r "[2607:xxxx]:29814" --key "password" --mode "fast2"
2016/06/23 22:04:56 version: 20160623
2016/06/23 22:04:56 listening on: [::]:2000
2016/06/23 22:04:56 encryption: aes
2016/06/23 22:04:56 nodelay parameters: 1 20 2 1
2016/06/23 22:04:56 remote address: [2607:xxxx]:29814
2016/06/23 22:04:56 sndwnd: 128 rcvwnd: 1024
2016/06/23 22:04:56 mtu: 1350
2016/06/23 22:04:56 datashard: 10 parityshard: 3
2016/06/23 22:04:56 acknodelay: false
2016/06/23 22:04:56 dscp: 0
2016/06/23 22:04:56 conn: 1
2016/06/23 22:05:15 stream opened
2016/06/23 22:05:15 stream opened
2016/06/23 22:05:19 stream closed
2016/06/23 22:05:19 stream closed
2016/06/23 22:05:19 stream opened
2016/06/23 22:05:19 stream opened
2016/06/23 22:05:23 stream closed
2016/06/23 22:05:23 stream closed
2016/06/23 22:05:23 stream opened
2016/06/23 22:05:23 stream opened
2016/06/23 22:05:23 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:24 stream opened
2016/06/23 22:05:25 stream opened
2016/06/23 22:05:27 stream closed
2016/06/23 22:05:27 stream closed
2016/06/23 22:05:27 stream opened
2016/06/23 22:05:27 stream opened
2016/06/23 22:05:31 stream closed
2016/06/23 22:05:31 stream closed
2016/06/23 22:05:31 stream opened
2016/06/23 22:05:31 stream opened
2016/06/23 22:05:34 stream opened
2016/06/23 22:05:34 stream opened
2016/06/23 22:05:35 stream closed
2016/06/23 22:05:35 stream closed
2016/06/23 22:05:35 stream opened

from kcptun.

caidaoli avatar caidaoli commented on July 30, 2024

osx 系统,完全没问题

2016/06/23 22:10:52 version: 20160623
2016/06/23 22:10:52 listening on: [::]:4440
2016/06/23 22:10:52 encryption: aes
2016/06/23 22:10:52 nodelay parameters: 1 20 2 1
2016/06/23 22:10:52 remote address: [马赛克]:29900
2016/06/23 22:10:52 sndwnd: 256 rcvwnd: 2048
2016/06/23 22:10:52 mtu: 1400
2016/06/23 22:10:52 datashard: 10 parityshard: 3
2016/06/23 22:10:52 acknodelay: false
2016/06/23 22:10:52 dscp: 0
2016/06/23 22:10:52 conn: 4

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@nicedayever 程序对 ipv6没有做任何限制,你只能自己排查问题了。

from kcptun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.