[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
networking guru question
- Date: Wed, 16 Oct 2002 22:21:02 -0700
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: networking guru question
Hi Eric :-)
I want to use soreceive() to avoid copying mbufs into a user buffer.
I guess I have to hold the bsdnet_semaphore around soreceive().
But once I got hold of the mbuf chain - is it safe to access / use / release
it without holding the semaphore (well, maybe I need to hold it
for freeing the chain)?
Thanks for saving me time.
-- Till