packets
How bad it is to keep calling malloc() and free()?
I\'m sending a text file - client-server breakup the text into packets each of 512 bytes but some packets contain text less than max size so on the servers side when receiving each packet I\'m calli[详细]
2023-04-10 07:39 分类:问答Ensuring no packet loss between TCP client and server
I am writing a Java TCP client which sends chunks of data to a C server. The client-server worked very well on my development PC. This code upon deployment on a hardware board showed packet loss. I on[详细]
2023-04-04 21:48 分类:问答Network Data Packing
I was searching for a way to efficiently pack my data in order to send them over a network. I found a topic which sugge开发者_JAVA百科sted a way : http://www.sdltutorials.com/cpp-tip-packing-data[详细]
2023-04-04 04:36 分类:问答Sending IP packets [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-23 17:50 分类:问答Packet modification with netfilter queue?
I\'m currently trying to use codes with libnetfilter_queue in userspace to modify packets that were queued in the NFQUEUE target in iptables. However I have little idea as to how to go about doing it.[详细]
2023-03-21 03:50 分类:问答Networking/international hosted pings and traceroutes
I am working on a project involving correlations in distance of the server in relation to pings and traceroutes. So I am getting the number of hops and the average ping time for different web sites. I[详细]
2023-03-20 04:35 分类:问答Weird IPERF observations: MSS size get decreased from what specifed
I am using IPERF to send some packets from one PC to another. Following things have been observed while testing MSS (Maximum Segment Size) with IPERF.[详细]
2023-03-18 23:51 分类:问答UDP Tx loop stops working every time at exactly 3970 packets, 14386 on my friends computer
I\'ve been stuck at this issue for the last 4 days and I can\'t seem to figure it out. I\'m trying to send data to myself using UDP packets so another program can read the bytes.[详细]
2023-03-17 01:12 分类:问答How to send packets in C#?
I开发者_StackOverflow中文版\'ve read some on the internet, and I\'m wondering how to send packets over TCP in C#. This is what I\'ve done so far:[详细]
2023-03-15 23:01 分类:问答Network UDP broadcast design?
I am working on a C++ server/.NET client applications couple in which my server (which runs the c++ on linux) broadcasts a message to show it\'s alive to the whole network and my .NET program listens[详细]
2023-03-13 06:22 分类:问答