Patch 4: Simplifies ccid3_hc_tx_send_packet (also reads easier afterwards) --> here I have a question: return type of this function is `int', if return value > 0 it means a delay in milliseconds. Is there any point converting the function to one returning type long or is it always certain that the return value is small enough that this doesn't matter?
The spec says you must send a packet at least once every 64 seconds so it should be no higher than 64000 which is well within range of int. Ian -- Ian McDonald Web: http://wand.net.nz/~iam4 Blog: http://imcdnzl.blogspot.com WAND Network Research Group Department of Computer Science University of Waikato New Zealand - 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