Andrew Gallatin wrote:
> Is there any way, short of re-compiling tcp, to set SO_WROFF to zero
> (and thereby put the headers in a different mblk for TCP transmits)
> via some kind of ndd tunable or mdb procedure?


ndd -set /dev/tcp tcp_wroff_xtra 0


> I *think* the offset left at the front of mblks may be causing
> a performance problem in my gldv3 driver, and a way to zero
> out this offset (so mp->b_rptr in payload segments is right at
> the front of dblk) would help me see if this is true.


What is your reason behind this guess?


-- 

                                                K. Poon.
                                                [EMAIL PROTECTED]

_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to