Karssadin commented on issue #2853:
URL: https://github.com/apache/brpc/issues/2853#issuecomment-3043567071

   > server也忽略一下就好了
   
   大佬,有个问题想问一下。目前开发场景下使用的brpc 
release版本较老,并未包含server端的ignore。给client端设置ignore之后进行测试,是在baidu_rpc_protocol.cpp中检测overcrowded,就是接收方的检测。因为做测试的时候将unwritten_size设置为了0。
   
   
想请教一下,这种情况下,接收方的socket检测是否大于unwritten_size,是否是一个单独的socket,因为接收方也会作为发送发给原发送方发送数据,也存在一个channel。
   
   如果是相互独立的socket的话,这种场景下我可以设置unwritten_size来只针对接收方给发送方的response限制


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to