On 9/29/07, Gerrit Renker <gerrit@xxxxxxxxxxxxxx> wrote: > [DCCP]: Provide feature negotiation for minimum-checksum-coverage > > This provides feature negotiation for server minimum checksum coverage > which so far has been missing. > > Since sender/receiver coverage values range only from 0...15, their > type has also been reduced in size from u16 to u4. > > Feature-negotiation options are now generated for both sender and receiver > coverage, i.e. when the peer has `forgotten' to enable partial coverage > then feature negotiation will automatically enable (negotiate) the partial > coverage value for this connection. > > Signed-off-by: Gerrit Renker <gerrit@xxxxxxxxxxxxxx> Nice to see reduction in data size of a structure and also simplifying logic because of it. Acked-by: Ian McDonald <ian.mcdonald@xxxxxxxxxxx> - 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