mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-24 09:10:49 +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
|
@ -59,6 +59,11 @@ server:
|
|||
# make sure to share this across the different pods
|
||||
sessionKey: thisisasessionkeyreplacethisjetzt
|
||||
sessionEncryptionKey: thisisasessionkeyreplacethisnunu!
|
||||
# tries to set the receive / send buffer of the connections to the client
|
||||
# in case of high latency high bandwidth the defaults set by the OS might
|
||||
# be to low for a good experience
|
||||
# receiveBuf: 12582912
|
||||
# sendBuf: 12582912
|
||||
# Open ID Connect specific settings
|
||||
openId:
|
||||
providerUrl: http://keycloak/auth/realms/test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue