Description: Based on non-blocking I/O modes of network communications. Client two random numbers generated, distributed to the two servers. Server 1 (IP address: 192.168.0.1, Port: 3254) the sum of the two random numbers Server 2 (IP address: 192.168.0.10, Port: 3255) to subtract the two random numbers. Two servers, respectively, computing the results back to the client, the client returns the results show. Require non-blocking I/O means.
To Search:
- [ping] - Ping command realize: the use of ICMP.dl
File list (Check if you may need any files):
code
....\io_client.c
....\io_server1.c
....\io_server2.c