Hi Rao, Thanks.
We have a non STREAMS kernel module. We want to create a TCP kernel socket which will **ONLY** transmit data, and not receive. >Should the api be similar to the user land socket api or should >it be different ? >From our point of view it does not matter, as long as it achieves TCP >functionality. >Do we need polling in the kernel or do we need event >ports or both ... We use it only to transmit. As I understand, polling is used for the receive queue since the receive queue is the bottleneck under most circumstances. (At least it is so in Linux). So as far as I understand, we don't need polling. We need to know that a transmit was completed succssfully. I will gladly answer more questions, Regards, Rami This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
