1. winsock programers out there?
- Posted by isaac <isaaca at MINDSPRING.COM> Nov 18, 1998
- 672 views
The bind() function requires a pointer to a structure defined as:
struct sockaddr {
u_short sa_family; /* address family */
char sa_data[14]; /* up to 14 bytes of direct address */
};
Does anyone know what I'm supposed to put in those 14 bytes?
many TIA,
Isaac

