socklen_t
socklen_t
- Subject: socklen_t
- From: Chilton Webb <email@hidden>
- Date: Thu, 9 Aug 2001 15:10:52 -0500
I'm trying to include some sockets code from Stevens' Unix Network
Programming book and it's choking on "socklen_t". According to the book,
this is a fairly standard variable type. Do I need to include a
particular header file that I normally (on Unix) would not? Thoughts?
-Chilton