Rami Rosen wrote:
Rao,
First ,I did succeed with creating a kernel TCP socket as was suggested here , namely with
a call to so_socket().
Second, I want to send packets using this TCP socket.
I indeed found no documentation.
What should I do ?
Regards,
Rami
These interfaces are not stable; your code may break for any
reason, even in a patch.
However, if you're interested in experimenting, you'll find
the source code and DTrace invaluable aids in understanding what's
going on. I would examine the path of socket, bind, listen, accept,
and read/write system calls on a socket with DTrace; you can then
see what you need to do to use these private interfaces yourself.
- Bart
--
Bart Smaalders Solaris Kernel Performance
[EMAIL PROTECTED] http://blogs.sun.com/barts
_______________________________________________
networking-discuss mailing list
[email protected]