diff options
| author | lishu <[email protected]> | 2019-08-20 17:30:38 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2019-08-20 17:30:38 +0800 |
| commit | 388c570d2c0285e7378e06f37b70f65483f88b83 (patch) | |
| tree | 5636bb91c2cf47ad0f33d092956bf19de4046f9d /src/main.c | |
| parent | 25f050da7e4a7f7f19d36614bce75604e763f558 (diff) | |
construct frag survey
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -43,8 +43,8 @@ const char* frag_rssb_version_time = "2018-08-13T09:00:00"; const char* frag_rssb_version_des = "MESA@iie rssb_maskey"; int FRAG_RSSB_VERSION_1_0_20190425 = 0; -const char* frag_rssb_version_time_in = "2019-04-25"; -const char* frag_rssb_version_des_in = "adjust local_eth opt"; +const char* frag_rssb_version_time_in = "2019-08-20"; +const char* frag_rssb_version_des_in = "construct frag survey"; void frag_rssb_history() { //2015.11.15 v1.0 create the project @@ -227,10 +227,11 @@ void frag_rssb_history() //2018.12.10 v4.0//1.recv_msg_fd not unix 2.MsgPort //2018.12.11 v4.0//1.file mediatype //2018.12.11 v4.0//resp_checkresult_search_media_cb add K_PROJECT,and delete send_json_log - //2018.12.24 v4.0//send_voip_full_json_log add survey judgement for K + //2018.12.24 v4.0//send_voip_full_json_log add survey judgement for K //2019.01.21 v4.0//support youtube; update req_frag and template //2019.03.15 v4.0//keepalive; support udp send - //2019.04.25 v4.0//media_info:local_nr opt + //2019.04.25 v4.0//media_info:local_nr opt + //2019.08.20 v4.0//construct frag survey } frag_rssb_parameter_t g_frag_run; |
