You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
+ Configuration resolution is hierarchical and processed in order: Per-Port Configuration, Default Configuration, Hard-Coded configuration + Per-port overriders can be declared with: [HttpServer.Listeners] +ListenerOverrides=(Port=..., BindAddress=...., BufferSize=..., ConnectionsBacklogSize=..., MaxConnectionsAcceptPerFrame=...) +Default overrides can be declared with [HttpServer.Listeners] DefaultBindAddress=... DefaultBufferSize=... DefaultConnectionsBacklogSize=... DefaultMaxConnectionsAcceptPerFrame=... + Lastly, if no per-port/default overrides are set, the in-code defaults are the last fallback #rb david.nikdel,arciel.rekman #ROBOMERGE-SOURCE: CL 12939724 via CL 12939730 via CL 12939739 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288) [CL 12939743 by mitchell fisher in Main branch]