This application shows how to use SO_TXTIME option, which can be used to specify the time when the network packet should be sent out by the network device driver. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
12 lines
339 B
YAML
12 lines
339 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
# We can only run this in platforms that support PTP clock
|
|
platform_allow: frdm_k64f sam_e70_xplained native_posix native_posix_64 qemu_x86 qemu_x86_64
|
|
sample:
|
|
description: Socket SO_TXTIME sample
|
|
name: txtime-socket
|
|
tests:
|
|
sample.net.sockets.txtime:
|
|
tags: net socket so_txtime tsn
|