File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ func (d *DataChannel) SetBufferedAmountLowThreshold(th uint64) {
578
578
}
579
579
580
580
// OnBufferedAmountLow sets an event handler which is invoked when
581
- // the number of bytes of outgoing data becomes lower than the
581
+ // the number of bytes of outgoing data becomes lower than or equal to the
582
582
// BufferedAmountLowThreshold.
583
583
func (d * DataChannel ) OnBufferedAmountLow (f func ()) {
584
584
d .mu .Lock ()
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ func (d *DataChannel) SetBufferedAmountLowThreshold(th uint64) {
246
246
}
247
247
248
248
// OnBufferedAmountLow sets an event handler which is invoked when
249
- // the number of bytes of outgoing data becomes lower than the
249
+ // the number of bytes of outgoing data becomes lower than or equal to the
250
250
// BufferedAmountLowThreshold.
251
251
func (d * DataChannel ) OnBufferedAmountLow (f func ()) {
252
252
if d .onBufferedAmountLow != nil {
You can’t perform that action at this time.
0 commit comments