|
|
@@ -70,7 +70,7 @@ type Dialer struct {
|
|
|
// HandshakeTimeout specifies the duration for the handshake to complete.
|
|
|
HandshakeTimeout time.Duration
|
|
|
|
|
|
- // ReadBufferSize and WriteBufferSize specify I/O buffer sizes. If a buffer
|
|
|
+ // ReadBufferSize and WriteBufferSize specify I/O buffer sizes in bytes. If a buffer
|
|
|
// size is zero, then a useful default size is used. The I/O buffer sizes
|
|
|
// do not limit the size of the messages that can be sent or received.
|
|
|
ReadBufferSize, WriteBufferSize int
|