mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, support padding for GSO
This commit is contained in:
parent
6869ccca50
commit
bbdd2d7eed
5 changed files with 68 additions and 17 deletions
|
@ -443,6 +443,10 @@ rtc_server {
|
|||
# @remark Linux 4.18+ only, for other OS always disabled.
|
||||
# default: on
|
||||
gso on;
|
||||
# Whether pad first packet for GSO for padding bytes.
|
||||
# If 0, disable padding for GSO.
|
||||
# default: 0
|
||||
padding 0;
|
||||
}
|
||||
|
||||
vhost rtc.vhost.srs.com {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue