On Sat, Apr 13, 2013 at 7:18 PM, <
pala.d...@gmail.com> wrote:
> Hello, I've just released a simple implementation of rfc 1006 (i.e. ISO/IEC
> 8072/8073 transport class 0 on top of a TCP/IP):
Congrats, a few comments.
- You can say just RFC 1006 in the package description because
godoc.org can parse it
- Also s/net.Dial/tosi.Dial/ in the package description
- s/Tosi/TOSI/, like not Tcp but TCP in Go stdlib
> I don't know how to implement these methods in a more consistent way, so
> that the deadline is always respected. Anyone can help me?
I guess you should implement own Deadline stuff if tosi.Read, Write require
internal message exchange over TCP at each call.