|
Lines 282-289
struct rtvia {
Link Here
|
| 282 |
NL_RTAX_RTO_MIN = 13, /* not supported */ |
282 |
NL_RTAX_RTO_MIN = 13, /* not supported */ |
| 283 |
NL_RTAX_INITRWND = 14, /* not supported */ |
283 |
NL_RTAX_INITRWND = 14, /* not supported */ |
| 284 |
NL_RTAX_QUICKACK = 15, /* not supported */ |
284 |
NL_RTAX_QUICKACK = 15, /* not supported */ |
| 285 |
NL_RTAX_CC_ALGO = 15, /* not supported */ |
285 |
NL_RTAX_CC_ALGO = 16, /* not supported */ |
| 286 |
NL_RTAX_FASTOPEN_NO_COOKIE = 16, /* not supported */ |
286 |
NL_RTAX_FASTOPEN_NO_COOKIE = 17, /* not supported */ |
| 287 |
__NL_RTAX_MAX |
287 |
__NL_RTAX_MAX |
| 288 |
}; |
288 |
}; |
| 289 |
#define NL_RTAX_MAX (__NL_RTAX_MAX - 1) |
289 |
#define NL_RTAX_MAX (__NL_RTAX_MAX - 1) |
| 290 |
- |
|
|