## old_connect()


Connect to a host using the legacy protocol.


Usage


``` python
old_connect(host)
```


host The hostname to connect to.


bool True if connection was successful.

> **Warning: Deprecated since version 1.5**
>
> Use connect_v2() instead.
