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:
Eugene Syromyatnikov 2018-08-19 10:54:51 +02:00 committed by Dmitry V. Levin
parent cf174ac87a
commit db5235d0e9

View File

@ -445,3 +445,11 @@ SO_ZEROCOPY 16437
#else
SO_ZEROCOPY 60
#endif
#if defined __sparc__
SO_TXTIME 63
#elif defined __hppa__
SO_TXTIME 16438
#else
SO_TXTIME 61
#endif