Setup for server on router or L4 switch.

Sometimes the game server installs the server hosts behind L4 switch for load balancing. In the case like this, following setups must be applied to the L4 switch itself.

  • ProudNet maintains one TCP connection and one virtual UDP connection for each client. Thus every client connection that comes from the same IP must be mapped to the same server behind the L4 switch. Without this setting, ProudNet's UDP and direct P2P

In order for a server on a hub or a L4 switch to start properly, Proud.CStartServerParameter.m_serverAddrAtClient must be set first.

※ Amazon EC2 서버, 기타 다른 클라우드 서버 등 NAT를 사용하는 서버 등에서도 동일한 설정이 필요합니다.