Hi, I have a question here. I inserted a module in the network layer(between IP and device driver). The purpose is to do some bandwidth control on this psuedo layer. All packets would go to the module then go to the device driver, and all incoming packet will go to the module first too.(derived from shaper module) I set up this module on both ends. How do I create packets on this layer to let them pass massage to each other? I tried to look in the source code, and found the packet construction is like BSD socket--> INET socket--> protocol layer--> device driver. BSD need to use like sys_socket(family,type,protocol) to create packet. And I am confused if I should use that or something else. Please help! Yi Chang Department of Electrical and Computer Engineering University of Wisconsin, Madison http://www.cae.wisc.edu/~changyi - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED]
