update docs

This commit is contained in:
aler9
2022-02-18 10:05:44 +01:00
parent 433426ff07
commit a7ce5b7a53
6 changed files with 10 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ func (st *ServerStream) readerAdd(
switch transport {
case TransportUDP:
// check whether client ports are already in use by another reader.
// check if client ports are already in use by another reader.
for r := range st.readersUnicast {
if *r.setuppedTransport == TransportUDP &&
r.author.ip().Equal(ss.author.ip()) &&