Netsnmp_async.ConnectionSourceconnect creates a connection to a peer based on the information passed in Connection_info.t. This and close should be called as a pair.
close - close an existing connection
with_connection - connect to the remote agent using the supplied credentials and then call the function f with the session. Closes the session in all cases before returning