585c585 < def __init__(self, host, port=None, strict=None): --- > def __init__(self, host, port=None, strict=None, bindip=None): 595a596,597 > self.bindip = bindip > 625a628,629 > if self.bindip != None : > self.sock.bind ((self.bindip, 0)) 1069c1073 < strict=None): --- > strict=None, bindip=None): 1077a1082,1083 > if self.bindip != None : > sock.bind ((self.bindip, 0))