Browse Source

disable limit/restriction by default

yancey 2 years ago
parent
commit
057b71f28d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tun_dev.cpp

+ 1 - 1
tun_dev.cpp

@@ -114,7 +114,7 @@ int from_fec_to_normal2(conn_info_t &conn_info, dest_t &dest, char *data, int le
     from_fec_to_normal(conn_info, data, len, out_n, out_arr, out_len, out_delay);
 
     for (int i = 0; i < out_n; i++) {
-#ifndef NOLIMIT
+#if 0
         if (program_mode == server_mode) {
             char *tmp_data = out_arr[i];
             int tmp_len = out_len[i];