Zbr's days.

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Tue, 27 Jun 2006

Netchannel.


I've started to combine my extremely lightweight TCP/IP stack with in-kernel netchannel subsystem created earlier.
There is one problem with it: TCP/IP part of the linux network stack uses socket abstraction (and struct sock in particular) extensively to deliver packet to the NIC, so I need to get TCP/IP part from my userspace code completely and only replace route lookup and L1 data sending/receiving.

/devel/networking :: Link / Comments ()