OTRcv delay after Connecting
OTRcv delay after Connecting
- Subject: OTRcv delay after Connecting
- From: Larry Abel <email@hidden>
- Date: Wed, 05 Mar 2003 17:46:53 -0800
Hi folks,
I'm connecting to a device which is serving video frames over TCP.
I'm trying to find out why, after connecting, the first OTRcv takes 430 ms longer than successive OTRcv's.
This is running on OS 9. The problem doesn't happen on X.
Here's the sequence
===================================
OTOpenEndpointInContext took 0.508 ms
State is T_UNBND
OTSet Sync, Blocking took 11.544 ms
State is T_UNBND
OTBind took 11.557 ms
State is T_IDLE
OTConnect took 11.941 ms
State is T_DATAXFER
OTSnd took 0.077 ms
State is T_DATAXFER
// 1st OTRcv
Total bytes received 698368
OTRcv took 435.861 ms
State is T_DATAXFER
===================================
OTSnd took 0.086 ms
State is T_DATAXFER
// 2nd OTRcv
Total bytes received 698368
OTRcv took 105.038 ms
State is T_DATAXFER
Thanks,
-- Larry
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.