mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-09-17 12:44:27 +08:00
Compare commits
1 Commits
20180728.0
...
20180728.1
Author | SHA1 | Date | |
---|---|---|---|
|
d6c0df17f5 |
@@ -122,9 +122,14 @@ conn_manager_t conn_manager;
|
||||
{
|
||||
assert(blob==0);
|
||||
blob=new blob_t;
|
||||
|
||||
if(program_mode==server_mode)
|
||||
{
|
||||
blob->conv_manager.s.additional_clear_function=server_clear_function;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
assert(program_mode==client_mode);
|
||||
}
|
||||
}
|
||||
|
||||
conn_info_t::conn_info_t(const conn_info_t&b)
|
||||
|
Reference in New Issue
Block a user