Message28429
| 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:49 | admin | link | issue1482328 messages |
| 2007年08月23日 14:39:49 | admin | create |
|