network-programming
In Java, how do I deal with UDP messages that are greater than the maximum UDP data payload?
I read this question about the error that I\'m getting and I learned that UDP data payloads can\'t be more than 64k. The suggestions that I\'ve read are to use TCP, but that is not an option in this p[详细]
2023-04-13 08:25 分类:问答ActionScript 3 Sockets not working on the web? - works fine on my desktop
I have created AS3 APP that wo开发者_StackOverflow中文版rks with http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html[详细]
2023-04-13 04:55 分类:问答simple asynchonous client using CFSocket
Also I\'m familiar with BSD sockets, I\'m new to Obj-C and Cocoa so bear with me :) What I\'m trying is a simple TCP client in a console application which just receives data in the background. I woul[详细]
2023-04-12 10:01 分类:问答Bursty packet traffic in Java
I have a requirement to simulate a network traffic which is Poiss开发者_C百科on and Bursty (Long or Heavy Tailed) inter arrival times. I could do the Poisson part as[详细]
2023-04-12 08:15 分类:问答What is the meaning of the Port Number parameter in Window's ATL Winsock wrapper CSocketAddr::FindINET4Addr
Is it the UDP port used to send out the DNS request, e.g. 53?Or can a host name like example.com have a different IP address resolution based off the specific port being used, e.g. example.com port 80[详细]
2023-04-12 06:28 分类:问答How to read an input from a client via socket in Linux in C++?
My goal is create an app client server, written in C++. When the server read an input from the client, should process the string and give an output.[详细]
2023-04-12 06:11 分类:问答Network traffic encryption
I have a proxy program which resend network traffic. It listens specific port, and addresses server with another port. It works, but I need to add some encryption between 2 instances of my proxy. When[详细]
2023-04-11 23:40 分类:问答Configure socket ACK timeout?
Is there a way to configure the timeout in which a socket expects to receive an ACK for sent data before it decides that the connection has failed?[详细]
2023-04-11 14:43 分类:问答pcap - streaming and receiving udp in the same computer
To explain what I would like to get, here\'s an example. Let\'s say, we have a PC with one NIC. It has single IP address 172.16.0.1.[详细]
2023-04-11 05:13 分类:问答Creating a high-performance network server in C++
I need to create a network server in C++ for a trading application. This network server needs to perform the following tasks:[详细]
2023-04-10 21:51 分类:问答