Simplify cmds
Review Request #645 — Created May 10, 2021 and submitted
- add
is_right_type
,is_right_protocol
to reduce duplication - search in GList using
g_list_find_custom
instead of manual iterations - reduce scope of some variables
Compiled.
Review Request #645 — Created May 10, 2021 and submitted
is_right_type
, is_right_protocol
to reduce duplicationg_list_find_custom
instead of manual iterationsCompiled.