Hello,
I was wondering what will happens if nx_packet_data_append applied on a previously TCP packet with a payload set to (1500 - 20(ip_header) - 20(tcp_header).
I have the feeling that nx_packet_append will exceed nx_packet_data_end since you applied a header of 16 for the eth header to be aligned.
What am I missing ?
Best regards