Versions in this module Expand all Collapse all v0 v0.3.1 Feb 11, 2011 Changes in this version + type Acker struct + func Ackify(c Conn) (a *Acker) + func (a *Acker) ReadFrom() (data []byte, addr string, err os.Error) + func (a *Acker) WriteTo(data []byte, addr string) + type Conn interface + ReadFrom func([]byte) (int, net.Addr, os.Error) + WriteTo func([]byte, net.Addr) (int, os.Error)