Commit Graph

6 Commits

Author SHA1 Message Date
Avi Kivity
6b5973af70 app-template: don't alias boost::program_options as bpo in a header file
We only have one global namespace, let's work together to keep it free
of pollution.
2014-12-01 17:56:34 +02:00
Asias He
6e9521b86b tests: Increase bytes transfered in tx test
From 10MiB to 100MiB, stress more.
2014-11-18 10:16:38 +02:00
Asias He
ead391491d net: Add rx test in tcp_server 2014-11-10 10:01:05 +02:00
Asias He
784bf7a7e2 tests: Rename class http_server to tcp_server 2014-11-06 17:06:10 +02:00
Asias He
2e9366ba24 tests: Add send test to tcp_server
$ printf "txtx" | nc 192.168.66.123 10000

Server will send a large mount of data to client for TCP tx testing.
Currently, it sends 10MB of char 'X'.
2014-11-06 14:49:53 +02:00
Asias He
52f2a2b35b tests: Add tcp_sever
Currently, it is a ping/pong sever. When the client sends a ping, the
server responds a pong. We can add more tests to extend.
This is useful for testing TCP_RR.
2014-11-03 09:53:32 +02:00