2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| 159 | + | |
159 | 160 |
| |
160 | 161 |
| |
161 | 162 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
|
1 commit comments
winlinvip commentedon Feb 28, 2021
零拷贝,就是不拷贝,直接使用RTP packet。这样系统没有额外拷贝的RTP Packet。包的流程如下:
目前是(具体以代码为准)默认禁用,开启
nack.no_copy
的方法如下:相关Commit如下: