Commit 3c3b94ec authored by Pavel Vainerman's avatar Pavel Vainerman

(unet2): сделал для настроечных параметорв префикс "unet_"

parent 213ff851
......@@ -110,7 +110,7 @@ sender(0)
continue;
}
string s_resp_id(n_it.getProp("respond_id"));
string s_resp_id(n_it.getProp("unet_respond_id"));
UniSetTypes::ObjectId resp_id = UniSetTypes::DefaultObjectId;
if( !s_resp_id.empty() )
{
......@@ -124,7 +124,7 @@ sender(0)
}
}
string s_lp_id(n_it.getProp("lostpackets_id"));
string s_lp_id(n_it.getProp("unet_lostpackets_id"));
UniSetTypes::ObjectId lp_id = UniSetTypes::DefaultObjectId;
if( !s_lp_id.empty() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment