Jason Wang, on Mon 07 Mar 2016 14:57:11 +0800, wrote: > Part of the codes looks duplicated with ipv4 version. Any chances to > merge them like tcp?
The duplication is actually quite small: accessing the ip length is different, filling the address is different, etc. So there are differences all along the code. Is it really worth the factorization? It seems to me that it would actually *reduce* lisibility. Samuel