doc update

This commit is contained in:
Miek Gieben 2011-03-27 11:52:37 +02:00
parent ac0f4afcc9
commit 2a87f0719c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ func HandleUDP(l *net.UDPConn, f func(*Conn, *Msg)) os.Error {
m = m[:n]
d := new(Conn)
// Use the remote addr as we got from ReadFromUDP
d.SetUDPConn(l, addr)
msg := new(Msg)