Re: Presentation Layer in TCP/IP linux implementation

2000-12-19 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > Hello Linux World, > Is there a way to add a generic and transparent presenation layer in the > path of TCP/IP packets. I am speaking about something probably in the > path between the user space mechanims (send/recv/read/write) and the > actual

Presentation Layer in TCP/IP linux implementation

2000-12-19 Thread khaled
Hello Linux World, Is there a way to add a generic and transparent presenation layer in the path of TCP/IP packets. I am speaking about something probably in the path between the user space mechanims (send/recv/read/write) and the actual sock_sendmsg/sock_recvmsg (and their proto counterparts).

Presentation Layer in TCP/IP linux implementation

2000-12-19 Thread khaled
Hello Linux World, Is there a way to add a generic and transparent presenation layer in the path of TCP/IP packets. I am speaking about something probably in the path between the user space mechanims (send/recv/read/write) and the actual sock_sendmsg/sock_recvmsg (and their proto counterparts).

Re: Presentation Layer in TCP/IP linux implementation

2000-12-19 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote: Hello Linux World, Is there a way to add a generic and transparent presenation layer in the path of TCP/IP packets. I am speaking about something probably in the path between the user space mechanims (send/recv/read/write) and the actual