Results 72 comments of IronsDu
trafficstars

+1. Please @chriskohlhoff Help us.

you want use brynet communication with proxy server ?I never test this scene, I think it's ok.

Because i don't now your proxy server what is . so, you can have a try. If has any problem , please tell me.

I think you will know proxy server's procotol, and setting those in brynet.

可以的。它可以作为一个job task框架(A线程投递异步函数-即job 到EventLoop,B线程从此EventLoop中处理job-即执行异步函数)

如果你有用包管理的话,其实就无所谓,大胆的用,宜用尽用……

无法支持同步。 需要封装异步API(比如在send完成回调里唤醒条件变量)来实现同步。类似这个同步connect的实现:https://github.com/IronsDu/brynet/blob/master/include/brynet/net/wrapper/ConnectionBuilder.hpp#L189