FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.35k stars 72 forks source link

(Win32) Fix socket options. Use env variable to Bonjour SDK path #125

Closed aelmod closed 1 year ago

fduncanh commented 1 year ago

this is what ludimus did

#ifdef WIN32
#include <winsock2.h>
#define TCP_KEEPALIVE 3
#define TCP_KEEPCNT 16
#define TCP_KEEPIDLE TCP_KEEPALIVE
#define TCP_KEEPINTVL 17
#else

so you agree. for KEEPCNT and KEEPINTVL

fduncanh commented 1 year ago

closing, your work is now added to main branch thanks