Skip to content

Commit

Permalink
sync UDPspeeder update; supress complier warning;
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Feb 7, 2023
1 parent e6e6b76 commit f1605d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UDPspeeder
Submodule UDPspeeder updated 27 files
+4 −0 .clang-format
+33 −0 CMakeLists.txt
+1 −1 README.md
+725 −839 common.cpp
+325 −360 common.h
+99 −122 connection.cpp
+276 −334 connection.h
+80 −99 delay_manager.cpp
+107 −109 delay_manager.h
+43 −54 fd_manager.cpp
+19 −20 fd_manager.h
+729 −859 fec_manager.cpp
+391 −441 fec_manager.h
+45 −57 lib/rs.cpp
+4 −10 lib/rs.h
+41 −47 log.cpp
+26 −32 log.h
+107 −124 main.cpp
+859 −1,070 misc.cpp
+8 −13 misc.h
+0 −1 my_ev.h
+7 −5 my_ev_common.h
+291 −339 packet.cpp
+20 −21 packet.h
+0 −1 tunnel.h
+357 −388 tunnel_client.cpp
+367 −406 tunnel_server.cpp
3 changes: 1 addition & 2 deletions tun_dev_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ static void local_listen_cb(struct ev_loop *loop, struct ev_io *watcher, int rev
// udp_dest.inner.fd_ip_port.ip_port.port=ntohs(udp_new_addr_in.sin_port);
conn_info.fec_decode_manager.clear();
conn_info.fec_encode_manager.clear_data();
memset(&conn_info.stat, 0, sizeof(conn_info.stat));

conn_info.stat.clear();
} else if (header == header_normal) {
mylog(log_debug, "rejected connection from %s\n", new_addr.get_str());

Expand Down

0 comments on commit f1605d8

Please sign in to comment.