remove StreamProtocol from root

This commit is contained in:
aler9
2021-06-05 23:15:18 +02:00
parent 363871d658
commit aeb1958bc1
9 changed files with 129 additions and 140 deletions

View File

@@ -67,7 +67,7 @@ type Client struct {
// the stream protocol (UDP or TCP).
// If nil, it is chosen automatically (first UDP, then, if it fails, TCP).
// It defaults to nil.
StreamProtocol *StreamProtocol
StreamProtocol *base.StreamProtocol
// If the client is reading with UDP, it must receive
// at least a packet within this timeout.
// It defaults to 3 seconds.