Results 250 comments of fatedier

@SpecialYang @howardjohn @hzxuzhonghu Anyone working on this PR?

> I would recommend giving feedback on [kubernetes-sigs/gateway-api#731](https://github.com/kubernetes-sigs/gateway-api/pull/731), as Istio will implement this API. What's the relationship between gateway-api and istio virtual service? Do you mean that virtualservice would not...

@tldzyx 只是传文件的话,这样的思路没有问题。但是当初设计的时候,其实是想兼容流式传输的内容,传文件是作为其中最简单的一个使用场景来测试验证这个想法的可行性。 之后可以作用于其他使用场景,提供一个通用的解决方案,这样就可以被复用,例如在内网穿透方面。

@shaojs321 和 TCP 一样,需要一个拥塞控制的算法来动态调节。

这个感觉是一种通用的需求。比较适合单独去实现一个这样的通用库,然后 frp 里可以 import ,不光支持 http proxy,也可以支持其他的代理类型。目前看上去优先级不高。 高丢包率可以考虑下开启 kcp。

You can deploy both frpc and frps in the same local machine to test if it's normal. Then you can confirm if the configuration is correct avoiding network problems.

frp uses golang standard net package to do dns resolve. The behavior is same with most other golang programs. If you want to control your dns resolver, maybe you can...

An optional method it the [server plugin](https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md) to override proxy `bandwidth_limit` in frps.

I'm glad for your upcoming contribution. Can we use `reload_on_update` instead of `reload_on_save` ? The repo `https://github.com/fsnotify/fsnotify` maybe has some problem on macos like missing some events.

Double events is ok. The problem is missing events. You can try to test it or at least reload conf at a fixed interval ?