2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add support for Infiniband over sockets to the server and

relay code.  We've tested this on Solaris and hope to expand
support for Infiniband in the future.  This patch also corrects
some issues we found in the socket code.  [ISC-Bugs #24245]
This commit is contained in:
Shawn Routhier
2012-02-16 21:05:28 +00:00
parent 865afd5e44
commit b047bd385b
11 changed files with 144 additions and 64 deletions

View File

@@ -436,7 +436,7 @@ struct packet {
struct hardware {
u_int8_t hlen;
u_int8_t hbuf [17];
u_int8_t hbuf[21];
};
#if defined(LDAP_CONFIGURATION)