packet-loss
C#: UdpClient not sending data when calling close() to soon
On some computers I have the strange effect that UdpClient will not send data when UdpClient.Close() is called too soon after a UdpClient.Send().[详细]
2023-04-13 05:19 分类:问答VB.NET Asynchronous sockets packets getting lost
I made a TCP server which communicates with multiple clients at once, but I can\'t seem to be able to make them stable. When one of the client sends 100 packets to the server, the server receives only[详细]
2023-04-13 01:39 分类:问答Bandwith loss of distance - am I being fed a line of bull or do I have research to do?
I just had a strange conversation with a man who was trying to explain to me that it is impossible for two healthy networks to communicate at each-other over the ocean without significant bandwidth lo[详细]
2023-03-29 01:23 分类:问答Is packet loss due to socket buffer overflow considered network loss?
If UDP packets are dropped on a host because its socket buffers are full, should I con开发者_如何学Pythonsider that to be network loss? The distinction would help me decide whether to look into implem[详细]
2023-03-08 00:35 分类:问答Read DataTable by RowState
I am reading my DataTable as follow: foreach ( DataRow o_DataRow in vco_DataTable.Rows ) { //Insert More Here[详细]
2022-12-28 14:36 分类:问答