Hi everyone!.....
u could also helpful to me for my first ETHERNET TCP/IP Stack Development!......
I have changed TI/Tivaware example, as per our application!....
i.e., PC send some request ( using DOCKTLIGHT Scipting ) to TIVA board, once the CRC is verified the TIVA board reply to PC, this process is chain for data logger, this was working fine!........
but the TIVA transmit only one frame for every request (1460 data+ 54 header)=1514 bytes, very fine,
i.e., my data is about 6K bytes, if enquiry is received from PC, TIVA should send all 6K bytes to PC, atleast consecutive frames, (1460 bytes / frame), but it transmit only one frame (first 1460 bytes only transmitted, i didn't change anything in enet_io.c , but i have changed only in httpd.c
how to transmit all 6K using consecutive frames?