Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello
I am trying to send 1 laks of byte at once what will happen
if all byte are not sent at once ?

as bellow
_
client.Client.BeginSend(new Byte[1 laks laks], 0, data.Length, SocketFlags.None, new AsyncCallback(SentComplete), null);


Is we need to resend again remaining byte or tcp will automatically take care because it know that i have sent 1 laks byte?
Posted
Comments
Richard MacCutchan 14-Oct-12 14:18pm    
What happens when you try it?
Herman<T>.Instance 15-Oct-12 7:29am    
good question!
Sergey Alexandrovich Kryukov 14-Oct-12 22:43pm    
Nothing is "taken care of" automatically. Not clear what's the problem.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900