Skip to content

Commit

Permalink
disable limit/restriction by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Feb 7, 2023
1 parent 9c426ed commit 057b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tun_dev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 057b71f

Please sign in to comment.