ls3-www.cs.tu-dortmund.de/cms/medien/publikationen/techreport800.pdf
BITFIELD) u16 res1:4, doff:4, fin:1, syn:1, rst:1,
psh:1, ack:1, urg:1, ece:1, cwr:1; #elif defined( BIG ENDIAN BITFIELD)
u16 doff:4, res1:4, cwr:1, ece:1, urg:1, ack:1, psh:1, rst:1, syn:1, fin:1;
#else #endif [...] u16 check;
};
5.1 Data structures
For UDP, no complex data structures are used. This section describes the structures that are used to pass data over the UDP sockets between two hosts.
5.1.1 Passing data [...] particular, for realization and evaluation of their novel algorithms in real Linux routers.
1 Networking Code
In Figure 1 one can see the hierarchy of the network code in the Linux kernel. The code that is relevant …