packet
DatagramPacket Sender Thread running too fast
I\'ve written a Java thread (Runnable) to basically store a list of DatagramPackets and if the size of the list is > 0 it will send the first item on the list.[详细]
2023-02-28 15:11 分类:问答Predicting Network traffic overhead generated by a Java Application
I want to attempt to calculate how much data (bytes) I send/receive over the network. I send/receive both TCP and UDP packets, so I need to be able to calculate the size of these packets including the[详细]
2023-02-27 03:33 分类:问答How do I get binary byte length in Erlang?
If I have the following binary: <<32,16,10,9,108,11开发者_如何学Python1,99,97,108,104,111,115,116,16,170,31>>[详细]
2023-02-26 19:38 分类:问答Send Raw IP packet in C#, everything above the ethernet layer
I don\'t want to modify the ethernet portions of the frame, but I need to modify the IP packet and the data portion of the frame.[详细]
2023-02-24 04:33 分类:问答Problem with showing my packets in console with ACE
开发者_C百科for Debug reasons i want to show my outgoing packets in Console. The packets arrive at the server correctly btw.[详细]
2023-02-23 15:53 分类:问答What values to use for packet and frame size with AudioUnit
I am familiarizing myself with how to use AudioUnit to play sounds and am confused by the notions of packets and frames.I would like to know:[详细]
2023-02-22 03:30 分类:问答Sending UDP packets over the Internet
I\'m trying to learn some of the ins and outs of P2P/decentralized networks.My question is the following. Say I have two machines named comp1 and comp2. Now comp1 is setup on my home network behind a[详细]
2023-02-20 21:44 分类:问答How to drop tcp packet in linux kernel but do not receive again and again?
I want to change the linux kernel code to filter some tcp packet and drop it. But I always keep receiving it again and again. Here is my code in[详细]
2023-02-20 08:23 分类:问答Java Socket issue, buffer receives two packets at same time.
I am using Java Socket API for communication. But sometime I am getting, packet attached in single packet. How can I avoid the same. Is there any method to resolve same in Java NIO or java NIO 2. I am[详细]
2023-02-20 07:14 分类:问答Scapy: no reply on raw ICMP packet
I\'ve constructed a packet with scapy: a=IP(dst=\'192.168.0.1\',proto=1)/\'\\x08\\x00\\xf7\\xff\\x00\\x00\\x00\\x00\'[详细]
2023-02-19 01:58 分类:问答