On 2/23/07, Leandro Melo de Sales <leandroal@xxxxxxxxx> wrote:
Hi list, I'm currently on the implementation of DCCP Generalized Connection draft (still studying codes, docs, etc.) as I already talked to Arnaldo and Eddie, but I already realized that in order to implement it we will need a more specific user API to permit users to switch between DCCP connections. Something more than just setsockopt, for instance. So I ask: is there any affort in define/decide a DCCP specific API which can externalize dccp specific features to the user? Another example, from the master tesis of Marie Camier ("Development of a Adaptative DCCP-Based Voip Client"), is the lack of specific methods to retrieve connection statistics and other stuffs, such as connection sequence numbers. Her solution was to retriave these information directly in the socket, through ioctl() system call. Please let me know if I said something *out-of-date*. Thank you, []s Leandro -
Leandro, If you're looking to implement that it is great. There is certainly nothing like that at present. Have a look at netlink as well to see if it suits the purpose as that is becoming the most frequent way to get info out of the kernel for networking. Ian -- Web: http://wand.net.nz/~iam4 Blog: http://iansblog.jandi.co.nz WAND Network Research Group - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html