#164233 xfrisk: ai should use SO_REUSEADDR

Package:
xfrisk
Source:
xfrisk
Description:
Server and X11 client for playing Risk with humans or AIs
Submitter:
Tom Goulet
Date:
2005-07-18 03:27:01 UTC
Severity:
normal
#164233#5
Date:
2002-10-11 04:58:04 UTC
From:
To:
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).