mIRC Homepage
Posted By: Wims /socklisten, upnp and dual socket - 19/07/22 09:25 PM
When a /socklisten socket is bound to ipv6, mIRC is not attempting to forward the port using upnp if the -p switch is used, which is correct because ipv6 does not have port forwarding.

However dual socket changed the game, now there is a problem: when you create a listening dual socket, you bind to ipv6, but you're allowing ipv4 as well, therefore mIRC should actually be forwarding the port with upnp on ipv4 in this case.

Code
//socklisten -dp 0.0.0.0 name port 
Upnp works on ipv4 -- correct

Code
//socklisten -dp :: name port 
Upnp doesn't work on ipv6 -- correct

Code
//socklisten -dpu :: name port 
Upnp doesn't work on dual socket for ipv4
Posted By: Khaled Re: /socklisten, upnp and dual socket - 20/07/22 08:16 AM
Thanks this issue has been fixed for the next version.
© mIRC Discussion Forums