I have a program that accumulates traffic from network interface in 800 Mb/s. This program is developed by Delphi, also in 32bit platform(Delphi does not support 64bit architecture).
What library should I use for network programming? Is sockets the best, or is there a higher level interface, that is standard?
I have a rather simple piece of code that is hanging in java.The hang is VERY infrequently.Maybe on the order of once every 1000 executions.Running it in a loop to a device doesn\'t seem to reproduce
On a multi-tier application, I n开发者_如何学运维eed to simulate various TCP/IP errors to test some reconnection code.Does anyone know of any tools (Windows based) I can use for this purpose?Thanks.Sc
One of our customers experiences problem with our streaming application (win32). It seems like UDP (RTP) packets that should be sent by the application with some constant interval (say 20 ms) ar开发者
I have to connect to a existing C system, and the tcp packet looks like typedef struct e开发者_运维技巧xampleDataPacket{
In the following code I would like to extract the IP address of the connected client after accepting an incoming connection. What should I do after the accept() to achieve it?
I\'m trying to get a listing of machines in my local domain, specifically ones running a administrative web se开发者_StackOverflowrvice (_asip-webadmin). I\'ve been fooling with NSNetService but it wo
we开发者_开发技巧ll..I use a typical model of epoll+multithread to handle massive sockets, that is, I have a thread called epollWorkThread that use epoll_wait to handle i/o sockets. While there\'s an
I am writing a chat program for my networking class and I have all the networking setup perfectly. My problem is if a client is currently writing a message and he receives a message from a different