From: Paul J R Date: Mon, 10 Feb 2014 08:01:52 +0000 (+1100) Subject: 2000000 routes X-Git-Url: http://git.pjr.cc/?p=random_node_code.git;a=commitdiff_plain;h=71a991641210b78200440be35a5d1542bc6bd995 2000000 routes --- diff --git a/bgpfake/bf.js b/bgpfake/bf.js index 7f7220c..bc7058b 100644 --- a/bgpfake/bf.js +++ b/bgpfake/bf.js @@ -1,5 +1,6 @@ var myas=1234; var myip="10.99.99.1"; +var num_to_create = 2000000; var net = require('net'); @@ -12,7 +13,7 @@ function createentry(i) { var b = 0; var c = 0; - var x = 6619136; + var x = 101<<16; //console.log("var x is "+x); i = i+x; @@ -43,7 +44,6 @@ function createaspath(i) { console.log("startup...."); -var num_to_create = 2000; var data = new Array();