Can TCP transfer more then 80kbyte/sec??

Selukov Andrew <[email protected]>
Newsgroups gmane.comp.hardware.microcontrollers.tini
Organization Home
Message-ID <[email protected]>
hi
I was testing speed transfer on tini400
I  can turn on CLOCK_4x (75MHz) because I have faster RAM
And i got very interestring result
The time  of sending 1000 byte through Ethernet equal 1 mills but task 
manager(WindowsXP) or Ksim (Linux) show 80kbyte/sec
This is part of my program:
 	task_gettimemillis(&Time_test);
	printf( "Time :\r\n %lu \r\n", Time_test.millis);
       send(handle_send, data_send, 1000, 0);  
	task_gettimemillis(&Time_test2);
	printf( "Time :\r\n %lu \r\n", Time_test2.millis-Time_test.millis);

Can TCP transfer more then 80kbyte/sec?
Does the send function execute in another thread?


With best regards,
Selukov Andrey.

...a xmms play  '07 - Gino Mor. Orch. - The Wicked Game'...

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.