#!/usr/bin/python3 from hippotat import * defcfg = ''' [DEFAULT] max_requests_outstanding = 4 [virtual] mtu = 1500 # [host] } maybe computed from `network' (see server defaults) [server] # url } maybe computed from `addrs' and `port' (see server defaults) # [] # password = ''' def process_cfg(): global url global max_requests_outstanding process_cfg_common_always() common_startup(defcfg) process_cfg()