1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

Oops, timeouts are int64 nanoseconds.

This commit is contained in:
Alex Bramley 2011-07-21 21:59:01 +01:00
parent 5027646478
commit 9748f9c47e

View file

@ -41,7 +41,7 @@ type Conn struct {
SSLConfig *tls.Config
// Socket timeout, in seconds. Defaulted to 5m in New().
Timeout int
Timeout int64
// Set this to true to disable flood protection and false to re-enable
Flood bool