keepalive

Function keepalive 

Source
pub fn keepalive(
    url: &String,
    username: &String,
    user_agent: &String,
    client: &Client,
) -> Result<(), String>
Expand description

Keep the firewall session alive. Needed about once every two minutes, I recommend a 90 second timer.