xlat: add SO_TXTIME to sock_options.in
* xlat/sock_options.in (SO_TXTIME): New constant, introduced by Linux commit v4.19-rc1~140^2~465^2~12.
This commit is contained in:
parent
cf174ac87a
commit
db5235d0e9
@ -445,3 +445,11 @@ SO_ZEROCOPY 16437
|
|||||||
#else
|
#else
|
||||||
SO_ZEROCOPY 60
|
SO_ZEROCOPY 60
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined __sparc__
|
||||||
|
SO_TXTIME 63
|
||||||
|
#elif defined __hppa__
|
||||||
|
SO_TXTIME 16438
|
||||||
|
#else
|
||||||
|
SO_TXTIME 61
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user