#!/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 startup(): common_startup(defcfg) startup()