Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for st88

how to convert from UDP to TCP? For example I'm used this code for UDP: Socket peer1 = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); UnicodeEncoding coding = new UnicodeEncoding(); byte[] pp = coding.GetBytes(ping); peer1.SendTo(pp, receiverIp); peer1.SendTo(txtBuf, txtBuf.Length, SocketFlags.None, receiverIp); How to write it use TCP protocol??? Because my code is large, I …

Member Avatar for nmaillet
0
2K
Member Avatar for st88

hello im sending UDP packet with speed(100Mbps) so when i tested on my pc 127.0.0.1 not received all packets ,,,,i said may be for buffer size ...i define buffer size as size of packet from 64 to 1500 byte ,,,,,why the all packets can not received?? please help me

Member Avatar for JorgeM
0
92
Member Avatar for s.w.a

hello everybody, i need ur help, i read in networking and some security on it, i have problem when i read that, it is: i know that UDP is unrealiable , so i think that mean it has no 3-way hand shaking, but when i read many papers, it said …

Member Avatar for st88
0
263