Alias a destination to another destination. A destination is the tuple (host, port)
(self, dest)
| 249 | print("S <=| : %s -> %s" % (req.summary(), rep.summary())) |
| 250 | |
| 251 | def destalias(self, dest): |
| 252 | """ |
| 253 | Alias a destination to another destination. |
| 254 | A destination is the tuple (host, port) |
| 255 | """ |
| 256 | return dest |
| 257 | |
| 258 | def _getpeersock(self, dest, server_hostname=None): |
| 259 | """ |