lr_enable_ip_spoofing
Enables IP Spoofing
C Language
int lr_enable_ip_spoofing( );
Example: lr_enable_ip_spoofing | Runtime Functions |
lr_enable_ip_spoofing enables IP spoofing during a script run.
Return Values
This function returns 0 if it succeeds. It returns -1 if the transaction name is illegal or if there is no prior call to lr_start_transaction with a transaction of the same name.
Parameterization
Parameterization is not applicable to this function.