metin2 server with ipv6 network does not work . Does anyone know the solution?
09/19/2018 22:17.Opcode#2
Metin doesn't support IPv6 iirc. You have to wait for a solution or to tweak it yourself.
09/19/2018 23:31Tyrar#3
I don't remember how the networking was implemented in detail, but as far as i remember it was plain unix style networking code. You'd have to switch from sockaddr_in to sockaddr_in6 and use the corresponding functions to parse addresses.