Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

[Bug]ss 的udp有问题 #201

Closed
e1732a364fed opened this issue Dec 19, 2022 · 3 comments
Closed

[Bug]ss 的udp有问题 #201

e1732a364fed opened this issue Dec 19, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@e1732a364fed
Copy link
Owner

Describe the bug【描述 bug】
连不上。

我找出了一个写错的地方并在 d219a33 改正了,但是依然不行。

就算使用我最新的代码,依然不行,会在 客户端读取处读到udp的 EOF而终止,不知道什么情况

To Reproduce【如何复现该bug】
两端都用vs的shadowsocks。

@e1732a364fed e1732a364fed added the bug Something isn't working label Dec 19, 2022
@e1732a364fed
Copy link
Owner Author

我印象中我是测试ss的udp功能通过后我才发布的1.2.4版本。也不知道什么问题,是当时根本没测对,还是后面的代码改动改坏了

@e1732a364fed
Copy link
Owner Author

补充一点。之前测试udp功能时,采用的是发送短消息的方式;而这次使用测试出现问题的情景是在发送dns请求中出现的。

客户端向服务端发送的dns请求较短,服务端可以正常接受,服务端再向客户端发数据时,是依次发送三段48字节的数据,而客户端在接收第一个数据时就显示出错

@e1732a364fed
Copy link
Owner Author

e1732a364fed commented Dec 21, 2022

我再测了一下,复现了。想起来了,原来当时测试的时候,就是只测试了 客户端 -> 服务端的方向,然后就理所当然认为没问题了。

目前现象就是,只要服务端向客户端通过ss写入 udp数据,就会导致出错

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant