mawinkle 6 سال پیش
والد
کامیت
ce93678d98
6فایلهای تغییر یافته به همراه9 افزوده شده و 4 حذف شده
  1. 0 0
      include/crypt/BigInt64.hpp
  2. 0 0
      include/crypt/intrin.hpp
  3. 0 0
      include/crypt/uint128_t.h
  4. 1 1
      servertest.cpp
  5. 5 0
      socket_impl/udpsocket.cpp
  6. 3 3
      test.cpp

+ 0 - 0
include/BigInt64.hpp → include/crypt/BigInt64.hpp


+ 0 - 0
include/intrin.hpp → include/crypt/intrin.hpp


+ 0 - 0
include/uint128_t.h → include/crypt/uint128_t.h


+ 1 - 1
servertest.cpp

@@ -1,4 +1,4 @@
-#include "socketio.hpp"
+#include <socketio.hpp>
 #include <iostream>
 #include <exception>
 #include <random>

+ 5 - 0
socket_impl/udpsocket.cpp

@@ -0,0 +1,5 @@
+#include <iostream>
+
+int main(){
+
+}

+ 3 - 3
test.cpp

@@ -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++){