Closed honglei closed 2 years ago
If a host has multi network interfaces, and one interface has many ip addresses, set txBindAddress is the easy way to make things work.
def setTxPort(self, port:int, addr:str="" ): if addr: libnorm.NormSetTxPort(self, port,False, addr.encode() ) else: libnorm.NormSetTxPort(self, port)
I have made this change and committed it to master.
If a host has multi network interfaces, and one interface has many ip addresses, set txBindAddress is the easy way to make things work.