wwqgtxx

Results 15 issues of wwqgtxx

请问一下作者,在facktcp下实际上建立的UDP连接是只能单连接么,还是可以实现多条连接分拆传输? 这种需要多条连接的场景在多播以及双线网络中用途很大,比如在我的网络中同时有电信和联通的出口,上层路由随机选择一个出口和外界进行通讯(一般是基于tcp session之类的),如果这里可以建立多个facktcp连接就可以充分理由两个出口同时和服务器进行通讯,从而有效的提高传输效率

feature request

When I use the image_to_string() function frequently, I find the tesseract_raw.init()'s call use the most of CPU times (by pstat). Then I read the code about image_to_string() found it call...

to study
optim

I see the code of https://github.com/openpaperwork/pyocr/blob/master/src/pyocr/libtesseract/tesseract_raw.py#L381 https://github.com/openpaperwork/pyocr/blob/master/src/pyocr/libtesseract/__init__.py#L110 It's showed the libtesseract was supported the numeric mode,but why in `get_available_builders` not allow us use `DigitBuilder`?

bug

请问一下当前版本的tinyFecVPN有办法支持把client在自身所在的局域网完全模拟成server么,即向client自己的所有端口所发送的数据(tcp,udp或者说所有Ip包)都会自动发送到server,这样实现彻底的透明代理 看了一下wiki文档 https://github.com/wangyu-/tinyFecVPN/wiki/tinyFecVPN%E8%BF%90%E8%A1%8C%E5%9C%A8%E8%99%9A%E6%8B%9F%E6%9C%BA%E4%B8%AD%EF%BC%8C%E5%8A%A0%E9%80%9Fwindows%E5%92%8C%E5%B1%80%E5%9F%9F%E7%BD%91%E5%86%85%E5%85%B6%E4%BB%96%E4%B8%BB%E6%9C%BA%E7%9A%84%E7%BD%91%E7%BB%9C 不过这篇文章说的是把client配置成一个网关,这样还要在别的机器进行设置,能不能增加一篇教程实现上述提到的功能呢 其实就是为了在局域网中用client完全替代server的存在,访问client就相当于访问了server,这样在这个局域网中直接访问这台client就能加速所有到server的链接,也能避免更改其他机器的网关,以及自己编译无限制的tinyFecVPN server端的问题

In `URLTest`, `fastSingle` will cache the result in 10s. If there are many request call `fast(false)`, maybe the `u.proxies()` inside will never be called by `true`.

如题,我测试在我本地运行dogtunnel_s,然后两个客户端通过dogtunnel已经正常p2p连接了,这事关闭dogtunnel_s会导致已经建立的连接立马断开,请问在已经p2p通讯的阶段还需要服务器提供什么才导致了这么强的依赖?

https://github.com/TelegramMessenger/Telegram-iOS/issues/679

only the standard lib's `sync/atomic` has ```go // align64 may be added to structs that must be 64-bit aligned. // This struct is recognized by a special case in the...