Code review comment for lp:~hipl-core/hipl/libnetfilter_queue

Revision history for this message
Pupu Toivonen (scolphoy) wrote :

Ok. Btw, I just verified that the packet payload indeed does get copied in our own buffer. The pointer to the payload seems to constantly point to 60 bytes after the beginning of the buffer, meaning that we need to make it bigger if we want to allow the payload to grow to that full HIP_MAX_PACKET length. I do not know yet if the 60 bytes is guaranteed, so at least for the time being the stuff in rewrite.c remains relevant.

« Back to merge proposal