Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNiche "Zero copy" mode trouble: buffer overflow
Hello. I am trying to launch "Zero copy" mode of the TCP data transmission with Niche stack. It seems to be living, but after some amount of packets the transmission buffer overflows (tcp_xou...
Altera_Forum
Honored Contributor
12 years agoRecently, i'm working on this, my method to fill data is MEMCPY(pkt->nb_prot, buf, sendlen); can you tell me your method to fill packet data?