packet
PACKET_MMAP data offset
I am writing the code to send an UDP packet using PACKET_TX_RING ring, and I don\'t understand the example code described here:[详细]
2023-04-12 20:56 分类:问答How to packetize H264 in RTP?
I have H264 stream from my mobile camera. In my Java app I can access the stream frame by frame already encoded with H264.[详细]
2023-04-11 15:09 分类:问答Does libpcap watch sent packets?
Does pcap_next display pack开发者_开发问答ets that were sent? For example: If I ping google.com while libpcap is listening for packets, then run pcap_next twice, will both of the returned values be a[详细]
2023-04-07 21:34 分类:问答How to recover bluetooth packet loss?? Android
I\'m currently creating an Android App where it collects data through bluetooth and draw a real time graph but it seems like after short while there is packet loss and graph comes out weird. I\'ve bee[详细]
2023-04-07 14:23 分类:问答Is packet forwarding possible on Android?
Our requirement is to develop an Android App &/or service that does the following. Listen to http (port 80) requests/packets sent from the device (by any app). f开发者_如何学Pythonorward them to a[详细]
2023-04-06 10:44 分类:问答printf a buffer with nulls
Is there some fancy printf syntax to ignore nulls when printing a string? Example use case: printing a network packet that contains a bunch of null terminated strings.[详细]
2023-03-30 07:14 分类:问答Multiple Sockets/Reuse/Close Sockets in Python? _socketobject error
so I\'ve been trying to make this bot in python that uses sockets to get some information to and from a chat on a website. This requires a login, which gets keys, then using the keys from the first co[详细]
2023-03-29 02:24 分类:问答Why would a client not send a FIN?
TCP Stream in a tcp dump off a remote network segment showed proper handshake and conversation up to the 8s mark followed by a 20s delay where no packets were sent from either client or server.Server[详细]
2023-03-29 01:45 分类:问答packet processing after tcp processing in linux kernel
I want to call my function to process the user data af开发者_高级运维ter tcp processing of the packet is completed and before packet is given to the user space (or added to the socket receive queue).[详细]
2023-03-26 17:36 分类:问答When client sends a message to server, the message gets truncated
I\'m new to multithreading. Im trying to do sending of messages between a client and a server. When I send a message to the server, my output in the server is supposed to be \"Aji Computer: Thanks! :D[详细]
2023-03-22 23:35 分类:问答