Speidy674 / Light-Reflective-Mirror

A relay transport for mirror.
MIT License
38 stars 9 forks source link

NAT punch attempt fails with an IPv6 address. #11

Open sseiichi opened 1 year ago

sseiichi commented 1 year ago

NAT punch attempt fails when I set an IPv6 address to LRM Node IP.

The UdpClient throws a System.Net.Sockets.SocketException (0x80004005) in the following line: https://github.com/Speidy674/Light-Reflective-Mirror/blob/4228826f9597002cfaaccae8c3ad792e1d5511dd/UnityProject/Assets/Mirror/Transports/LRM/LRMTransport/LightReflectiveMirrorTransport.cs#L310C1-L311C88

2023-10-30_02h56_05