aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/tcp-network.go
Commit message (Expand)AuthorAgeFilesLines
* core: tune performance (#73)Mission Liao2018-08-281-34/+36
* core: Add vote type and add field to block. (#76)Jimmy Hu2018-08-281-0/+14
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+14
* simulation: taken network latency model into consideration in TCP mode (#68)Mission Liao2018-08-201-2/+6
* simulation: Fix port reuse error in simulation. (#65)Jimmy Hu2018-08-171-12/+57
* simulation: Create Consensus core after Join. (#51)Jimmy Hu2018-08-131-0/+9
* Fix the bug preventing us from testing large group when using TCP-Local (#42)Mission Liao2018-08-101-1/+3
* simulation: tcp-network: force http.Client to reuse connection (#33)Wei-Ning Huang2018-08-061-15/+22
* simulation: free resource after use and misc fix for k8s mode (#31)Wei-Ning Huang2018-08-061-6/+19
* Print block confirm latency when Peer Server stopped. (#23)Jimmy Hu2018-07-311-10/+3
* Add a config that PeerServer can shutdown after receiving enough of block. (#19)Jimmy Hu2018-07-301-1/+62
* Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)Jimmy Hu2018-07-261-4/+42
* simulation: fix tcp-local network simulation (#8)Wei-Ning Huang2018-07-231-1/+5
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-0/+233