|  | @@ -1,5 +1,5 @@
 | 
	
		
			
				|  |  | -#include "socketio.hpp"
 | 
	
		
			
				|  |  | -#include "crypt/BigInt64.hpp"
 | 
	
		
			
				|  |  | +#include <socketio.hpp>
 | 
	
		
			
				|  |  | +#include <crypt/BigInt64.hpp>
 | 
	
		
			
				|  |  |  #include <xoshiro.hpp>
 | 
	
		
			
				|  |  |  #include <iostream>
 | 
	
		
			
				|  |  |  #include <chrono>
 | 
	
	
		
			
				|  | @@ -66,7 +66,7 @@ int mailn(){
 | 
	
		
			
				|  |  |  	//std::cout << multTest(800) / 1000 / 1000 << " ms" << std::endl;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  int main(){
 | 
	
		
			
				|  |  | -	cppsocket sock("127.0.0.1", 80);
 | 
	
		
			
				|  |  | +	cppsocket sock("vmp.ethz.ch", 80);
 | 
	
		
			
				|  |  |  	//cppsocket sock("127.0.0.1", 80);
 | 
	
		
			
				|  |  |  	std::vector<char> toSend(10);
 | 
	
		
			
				|  |  |  	for(unsigned int i = 0;i < toSend.size();i++){
 |