The AI client connecting code aiClientMain.c doesn't call setsockopt(...SO_REUSEADDR). It should. I think you can call NET_SetCommLinkOptions function after calling socket(2).
The AI client connecting code aiClientMain.c doesn't call setsockopt(...SO_REUSEADDR). It should. I think you can call NET_SetCommLinkOptions function after calling socket(2).