Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jul 5, 2020
1 parent 10872ed commit 0ecab93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ehco is a network relay tool and a typo :)

* tcp/udp relay
* tcp/(udp暂时不支持) relay over wss
* 从配置文件启动
* 从配置文件启动 支持多端口转发
* 从远程启动
* benchmark

Expand Down
2 changes: 1 addition & 1 deletion internal/relay/mwss.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (s *MWSSServer) mux(conn net.Conn) {
for failedCount < 5 {
stream, err := mux.AcceptStream()
if err != nil {
Logger.Infof("[mwss] accept stream err: %s failedCount: %s", err, failedCount)
Logger.Infof("[mwss] accept stream err: %s failedCount: %d", err, failedCount)
failedCount++
break
}
Expand Down

0 comments on commit 0ecab93

Please sign in to comment.