> > What is the way to creating a kernel socket in a solaris module ?
 > 
 > There is no interface but you can all directly into the sockfs code;
 > look for calls prefixed with 'so' or 'sotpi' for TCP sockets. It aint
 > pretty though and it can be a bit tricky, particularly regarding
 > changes made for 'least privilege' stuff ; you may have to play with
 > your thread's rights.

... and be aware that anything depending on poking around at that level
may be broken arbitrarily in any build unless it integrates into ON.

-- 
meem
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to