homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author splitscreen
Recipients
Date 2006年05月05日.13:51:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1126061
Visual Studio .NET 2003 comes with WinSock.h and defines the
linger struct as,
struct linger {
 u_short l_onoff; /* option on/off */
 u_short l_linger; /* linger time */
};
However, on my NetBSD machine the linger struct is defined as,
struct linger {
 int l_onoff; /* option on/off */
 int l_linger; /* linger time in
seconds */
};
History
Date User Action Args
2007年08月23日 14:39:49adminlinkissue1482328 messages
2007年08月23日 14:39:49admincreate

AltStyle によって変換されたページ (->オリジナル) /