This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | CREATE TABLE table1 (col1 BOOLEAN, col2 VARCHAR, col3 DECIMAL, col4 BOOLEAN, col5 BOOLEAN, col6 BOOLEAN, col7 VARCHAR, col8 BOOLEAN, col9 VARCHAR, col10 DECIMAL, col11 VARCHAR, col12 BOOLEAN); | |
| CREATE TABLE table2 (col1 VARCHAR, col2 DECIMAL, col3 VARCHAR, col4 VARCHAR, col5 BOOLEAN, col6 DECIMAL, col7 VARCHAR, col8 BOOLEAN, col9 DECIMAL, col10 INT, col11 DECIMAL, col12 VARCHAR, col13 VARCHAR, col14 INT); | |
| CREATE TABLE table3 (col1 INT, col2 INT, col3 BOOLEAN, col4 BOOLEAN, col5 BOOLEAN, col6 BOOLEAN, col7 DECIMAL, col8 INT, col9 VARCHAR, col10 VARCHAR, col11 BOOLEAN); | |
| CREATE TABLE table4 (col1 DECIMAL, col2 DECIMAL, col3 VARCHAR, col4 DECIMAL, col5 BOOLEAN, col6 VARCHAR, col7 DECIMAL, col8 DECIMAL, col9 DECIMAL, col10 VARCHAR, col11 BOOLEAN, col12 DECIMAL, col13 VARCHAR); | |
| CREATE TABLE table5 (col1 BOOLEAN, col2 VARCHAR, col3 BOOLEAN, col4 BOOLEAN, col5 VARCHAR, col6 VARCHAR, col7 BOOLEAN, col8 VARCHAR, col9 VARCHAR, col10 VARCHAR, col11 BOOLEAN, col12 DECIMAL); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | rapid-docker.7.21egaadgpc70@linuxkit-025000000001 | >> Sleeping... | |
| rapid-docker.3.v3ion8dtudzu@linuxkit-025000000001 | >> Sleeping... | |
| rapid-docker.4.gy0pdv5jv6o9@linuxkit-025000000001 | >> Sleeping... | |
| rapid-docker.4.gy0pdv5jv6o9@linuxkit-025000000001 | >> Node 172.17.0.6 is going to JOIN. | |
| rapid-docker.7.21egaadgpc70@linuxkit-025000000001 | >> Node 172.17.0.10 is going to JOIN. | |
| rapid-docker.3.v3ion8dtudzu@linuxkit-025000000001 | >> Node 172.17.0.3 is going to JOIN. | |
| rapid-docker.3.v3ion8dtudzu@linuxkit-025000000001 | INFO 18-Sep-2018-18:30:00,641 [main] (Cluster.java:405) - 172.17.0.3:5001 is sending a join-p2 to 172.17.0.4:5001 for config -3737602478389128007 | |
| rapid-docker.7.21egaadgpc70@linuxkit-025000000001 | INFO 18-Sep-2018-18:30:02,637 [main] (Cluster.java:405) - 172.17.0.10:5001 is sending a join-p2 to 172.17.0.4:5001 for config -6533462551216445680 | |
| rapid-docker.7.21egaadgpc70@linuxkit-025000000001 | INFO 18-Sep-2018-18:30:02,646 [main] (Cluster.java:405) - 172.17.0. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | log4j.rootLogger=OFF, STDOUT | |
| log4j.logger.com.vrg.rapid.Cluster=INFO | |
| log4j.logger.com.vrg.rapid.MembershipService=INFO | |
| log4j.logger.com.vrg.standalone.StandaloneAgent=INFO | |
| log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender | |
| log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout | |
| log4j.appender.STDOUT.layout.ConversionPattern=%5p %d{dd-MMM-yyyy-HH:mm:ss,SSS} [%t] (%F:%L) - %m%n | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | tc qdisc del dev eth0 root | |
| tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 1000mbit | |
| tc class add dev eth0 parent 1: classid 1:1 cbq rate $1mbit \ | |
| allot 1500 prio 5 bounded isolated | |
| tc filter add dev eth0 parent 1: protocol ip prio 16 u32 \ | |
| match ip src $IP flowid 1:1 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff -r b3e6d121f1c7 scratch/testapp-sim.cc | |
| --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
| +++ b/scratch/testapp-sim.cc Mon Mar 18 11:26:57 2013 +0100 | |
| @@ -0,0 +1,27 @@ | |
| +#include "ns3/core-module.h" | |
| +#include "ns3/network-module.h" | |
| +#include "ns3/applications-module.h" | |
| + | |
| +using namespace ns3; | |
| + |