Hello,
I need to read m_flags of a mbuf in an TCP application in the following
two cases:
(1) in sending direction, right before TCP calls ip_output() to send out a
packet,
(2) in receiving direction, right before TCP appends a packet to so_rcv of
the corresponding socket and wakes up the socke
Hello,
I need to read m_flags of a mbuf in an TCP application in the following
two cases:
(1) in sending direction, right before TCP calls ip_output() to send out a
packet,
(2) in receiving direction, right before TCP appends a packet to so_rcv of
the corresponding socket and wakes up the socke
<[EMAIL PROTECTED]> wrote:
>
> Haisang Wu wrote:
> > I am writing for help on my freebsd kernel hacking. I am working on
> 4.10,
> > and intend to introduct a new socket option (say, SO_TAG_PAK)
> > for my own kernel. When sending out a packet, if this option is set,
Hello, all,
I am writing for help on my freebsd kernel hacking. I am working on 4.10,
and intend to introduct a new socket option (say, SO_TAG_PAK)
for my own kernel. When sending out a packet, if this option is set, the
socket layer will produce a 20-byte tag, and finally this tag will be
prepe