hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config XENO_DRIVERS_NET_RTIPV4_TCP
    tristate "TCP support"
    depends on XENO_DRIVERS_NET_RTIPV4
    help
    Enables TCP support of the RTnet Real-Time IPv4 protocol.
 
    When the RTnet IPv4 is enabled while this feature is disabled, TCP
    will be forwarded to the Linux network stack.
 
config XENO_DRIVERS_NET_RTIPV4_TCP_ERROR_INJECTION
    bool "TCP error injection"
    depends on XENO_DRIVERS_NET_RTIPV4_TCP
    help
    Enables error injection for incoming TCP packets. This can be used
    to test both protocol as well as application behavior under error
    conditions. The per-socket error rate is 0 by default and can be
    tuned during runtime via the error_rate and multi_error module
    parameters.