mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-11-26 22:55:37 +08:00
better tuneable --fec works
This commit is contained in:
@@ -381,6 +381,7 @@ int tunnel_client_event_loop()
|
||||
ev_init(&prepare_watcher,prepare_cb);
|
||||
ev_prepare_start(loop,&prepare_watcher);
|
||||
|
||||
mylog(log_info,"now listening at %s\n",local_addr.get_str());
|
||||
|
||||
ev_run(loop, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user