Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNeed some tips reagarding the sss example
Hi, I need some tips regarding the simple socket server example. I'm trying to write som data to the ddr2 sdram and so far I have only modified the functions sss_handle_receive() and sss_exec_c...
Altera_Forum
Honored Contributor
16 years agoThe standard version of sss wait for a carriage return character before calling sss_exec_command().
Since the rx buffer has a size of SSS_RX_BUF_SIZE (normally defined 1500), I think that some data is discarded if you send more than SSS_RX_BUF_SIZE bytes without a cr character; this if you use the example without any software change in sss_handle_receive(). I also started with the sss example and modified it in order to forward data received. I can transmit big data sizes without losing any. Regards Cris