mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-17 14:03:50 +02:00
Support setting send/receive buffers for the IP sockets
This commit is contained in:
parent
8876b04466
commit
505eafdc1e
6 changed files with 89 additions and 0 deletions
2
main.go
2
main.go
|
@ -128,6 +128,8 @@ func main() {
|
|||
},
|
||||
VerifyTunnelCreate: security.VerifyPAAToken,
|
||||
VerifyServerFunc: security.VerifyServerFunc,
|
||||
SendBuf: conf.Server.SendBuf,
|
||||
ReceiveBuf: conf.Server.ReceiveBuf,
|
||||
}
|
||||
gw := protocol.Gateway{
|
||||
ServerConf: &handlerConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue