machinamentum / PocketTool

36 stars 67 forks source link

Is ipv6 supported? #40

Open msjyoo opened 11 years ago

msjyoo commented 11 years ago

Does PocketTool support ipv6?

zhuowei commented 11 years ago

PocketTool works by patching the binary so the search for server packet is sent to the remote server instead. To use IPv6, the game has to make an AF-INET6 socket; Minecraft uses standard AF-INET. See http://www.jenkinssoftware.com/raknet/manual/ipv6support.html for details.