Xiaofeng Wang

Results 22 comments of Xiaofeng Wang

好像还更新最新的版本,晚些时候我再更新下

根据标准看, mask 作为客户端是必须的, 开放给用户感觉并没有什么必要. https://datatracker.ietf.org/doc/html/rfc6455#section-5.1 ``` a client MUST mask all frames that it sends to the server (see Section 5.3 for further details). (Note that masking is done whether...

not only rtpproxy, seems all programs which have unix socket listen stuff do not work well.

Ubuntu 20.04 docker 试了多个提交版本没能复现。

cmake 或 config_brpc.sh 单独试下?看着 glog 状态像是乱的,像是部分开部分关

> 您好,调试test_udpSock时,我将while(!exitProgram) 改成 if(!exitProgram) 在debug下,程序也会崩溃。 > > the inferior stopped because it received a signal from operating system > > Signal name :SIGSEGV 这个测试也没能复现。你可以用 gdb 调试下看看。

这样实现太复杂,即便加上 delay 也无法保证精度。有哪些场景是必须在指定的时刻执行的呢?