vlladislav45 Posted June 16, 2019 Posted June 16, 2019 Hello dear developers, i want to know when the l2.exe file is started which port opens? Quote
eressea Posted June 17, 2019 Posted June 17, 2019 AFAIK client just connects (TCP) to host/IP and port (default 2106) specified in l2.ini, then it gets server list from authd (loginserver) and connects (again TCP) to l2server (game server), usually on port 7777. It doesn't listen on any port. Quote
Rootware Posted June 17, 2019 Posted June 17, 2019 No any ports opened before you didn't pressed button "Login". After this action opens TCP socket connection on the host:port while you didn't choose game server from the server list or login server didn't drop established connection by timeout (around 3-5 minutes). When you press the button "Ok" in server select window client will create the new TCP socket connection by "host:port" what was received from login server. That's all magic. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.