When I use TdiBuildSent And I send some data, the data is first buffered.
when I close the fileobject the data will really be send.
Is there a way to sent the data directly when I use the function send
without closing my fileobject!!!
Rob Schalken
TDI_SEND will not complete till all TCP ACKs for the data portion will
arrive.
Wait for all sends to complete before closing your file object.
Max
----- Original Message -----
From: “Schalken, Rob”
To: “NT Developers Interest List”
Sent: Tuesday, May 28, 2002 4:16 PM
Subject: [ntdev] Sent data directly using TdiBuildSent
> When I use TdiBuildSent And I send some data, the data is first
buffered.
> when I close the fileobject the data will really be send.
> Is there a way to sent the data directly when I use the function
send
> without closing my fileobject!!!
>
> Rob Schalken
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>