Skip to content

Commit df16441

Browse files
...
1 parent 4139d42 commit df16441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Engine/Internal/Infrastructure/Endpoints/EndPoint.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public void Start()
5858
{
5959
Socket = new Socket(Endpoint.AddressFamily, SocketType.Stream, ProtocolType.Tcp);
6060

61+
Socket.SetSocketOption(SocketOptionLevel.IPv6, SocketOptionName.IPv6Only, false);
62+
6163
Socket.Bind(Endpoint);
6264
Socket.Listen(Configuration.Backlog);
6365
}

0 commit comments

Comments
 (0)