Param
The Param element is a common child-element that provides a key-value pair to the parent element. Typically used for configuration settings passed to python classes that can be extended or the parameters differ.
<Publisher class="tcp.Tcp">
<Param name="host" value="127.0.0.1" />
<Param name="port" value="80" />
</Publisher>
<Fixup class="checksums.Crc32Fixup">
<Param name="ref" value="MyDataStuff" />
</Fixup>
Attributes:
Valid Child-Elements:
This element has no valid child elements.
Peach Fuzzing Platform