> With currend, userland based, OBOS net_server architecture, it will > involve some other kind of communication between /dev/net/socket|api| whatever_you_want and the net_server. > Shared_memories (create_area/clone_area) would be a way to do it I > guess, plus some semaphores to notify the net_server... > > Never an easy thing to do :-( Ports :-) Won't be that hard. Just have an area where you have your commands, and where the pointers to the packet areas are stored in, and send this from one port to the other (which means copying). Adios... Axel.