File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -286,13 +286,13 @@ package webrtc.pb;
286286
287287message Message {
288288 enum Flag {
289- // The sender will no longer send messages.
289+ // The sender will no longer send messages on the stream .
290290 FIN = 0;
291- // The sender will no longer read messages. Incoming data is being
292- // discarded on receipt.
291+ // The sender will no longer read messages on the stream . Incoming data is
292+ // being discarded on receipt.
293293 STOP_SENDING = 1;
294- // The local endpoint abruptly terminates the stream. The remote endpoint
295- // may discard any in-flight data.
294+ // The sender abruptly terminates the sending part of the stream. The
295+ // receiver can discard any data that it already received on that stream .
296296 RESET = 2;
297297 }
298298
You can’t perform that action at this time.
0 commit comments