Hello, while trolling through scenario.cpp, I observed the following code:
if (0 != (ptr = xp_get_value((char *)"optional"))) {
if(!strcmp(ptr, "true")) {
scenario[scenario_len] -> optional = OPTIONAL_TRUE;
++recv_opt_count;
}
if(!strcmp(ptr, "global")) {
scenario[scenario_len] -> optional = OPTIONAL_GLOBAL;
++recv_opt_count;
}
}
It looks like there is an undocumented feature where if you specify
optional=global in a XML file, that message will be considered universally
optional ?
Can we get this added to the docs ?
t
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users