equal
deleted
inserted
replaced
1431 } |
1431 } |
1432 #endif |
1432 #endif |
1433 |
1433 |
1434 /* |
1434 /* |
1435 * On Linux the receive buffer is used for both socket |
1435 * On Linux the receive buffer is used for both socket |
1436 * structures and the the packet payload. The implication |
1436 * structures and the packet payload. The implication |
1437 * is that if SO_RCVBUF is too small then small packets |
1437 * is that if SO_RCVBUF is too small then small packets |
1438 * must be discard. |
1438 * must be discard. |
1439 */ |
1439 */ |
1440 #ifdef __linux__ |
1440 #ifdef __linux__ |
1441 if (level == SOL_SOCKET && opt == SO_RCVBUF) { |
1441 if (level == SOL_SOCKET && opt == SO_RCVBUF) { |