hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config XENO_DRIVERS_NET_RTPACKET
    depends on XENO_DRIVERS_NET
    tristate "Real-Time Packet Socket Support"
    default y
    help
    Enables real-time packet sockets for RTnet. This support is
    implemented in a separate module. When loaded, application programs
    can send and received so-called "cooked" packets directly at OSI layer
    2 (device layer). This means that RTnet will still maintain the
    device-dependent packet header but leave the full data segment to the
    user.
 
    Examples like raw-ethernet or netshm make use of this support. See
    also Linux man page packet(7).