MCPcopy Create free account
hub / github.com/apache/brpc / WriteWithoutOvercrowded

Function WriteWithoutOvercrowded

src/brpc/policy/rtmp_protocol.cpp:66–70  ·  view source on GitHub ↗

Used in rtmp.cpp, don't be static

Source from the content-addressed store, hash-verified

64
65// Used in rtmp.cpp, don't be static
66int WriteWithoutOvercrowded(Socket* s, SocketMessagePtr<>& msg) {
67 Socket::WriteOptions wopt;
68 wopt.ignore_eovercrowded = true;
69 return s->Write(msg, &wopt);
70}
71
72const char* messagetype2str(RtmpMessageType t) {
73 switch (t) {

Callers 7

OnStopInternalMethod · 0.85
SendStopMessageMethod · 0.85
SendAckFunction · 0.85
OnCreateStreamMethod · 0.85
OnPlayMethod · 0.85
RunMethod · 0.85
OnPauseMethod · 0.85

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected