support udp type

This commit is contained in:
fatedier
2016-12-19 01:22:21 +08:00
parent adcb2c1ea5
commit f2999e3317
18 changed files with 556 additions and 76 deletions

View File

@@ -40,6 +40,6 @@ func echoWorker(c *conn.Conn) {
return
}
c.Write(buff)
c.WriteString(buff)
}
}