I am looking at a machine with multiple IP address (ex ethernet and wireles开发者_开发技巧s) and need my client to connect to a server using a specific Client IP address.I can perform this easy in Jav
I would like to have UDP packets copied directly from the ethernet adapter into my userspace buffer Some details on my setup:
I am facing a peculiar problem with my clients server application. I have written a console based multithreaded client server.
I\'m using Apple\'s \"Simple Ping\" example and it has almost all features that I need, but I don\'t know where I can set timeout of each packet. It seems that it isn\'t possible because function that
i\'m trying to write simple tcp\\ip client-server. here is server code: internal class Program { private const int _localPort = 7777;
I\'m writing a Java application like AIM where I want a lookup server to help two clients connect to each other with the ServerSocket class. Unfortunately a s开发者_StackOverflowerversocket needs an o
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow社区
Right now I am having a customer who is working with several businesses. He is working with their data but is not allowed to directly access their databases. We thought of using SQLite or SQL CE and s
We\'are going to join 2 (two) IIS7 web-servers into NLB with the same web-service published (2 instances of the same web-service one per web-server).
I got a GWT version of the java Pet Store workin开发者_开发百科g on my machine, and I\'d like to implement an exteneral Java program that is on another machine, and just displays \"On\" or \"off\" - s