Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI already tried to ask the ack after 5 received packets but I had synchronisation problem as if the TSE received 1 packet late whereas the Client was already waiting for his ack signal. This resulted dead end in my transmission and I can't take any loss of packet neither can I have a crash.
I'll try to instantiate a ack_num in my own packet (just like the one in the TCP protocole) but does this improvement really matter in the ethernet speed? Actually I managed to have bigger data packet (1024 bytes) and my ethernet speed is now about 2Mbytes/s but I'd like to have like 5Mbytes/s if possible. Do you think it's possible without a hardware checksum calculation? Otherwise, I guess I'll have to do my own transmission protocole is that right?