MCPcopy
hub / github.com/monasticacademy/httptap / SetDeadline

Method SetDeadline

tcp.go:123–126  ·  view source on GitHub ↗

for net.Conn interface

(t time.Time)

Source from the content-addressed store, hash-verified

121
122// for net.Conn interface
123func (s *tcpStream) SetDeadline(t time.Time) error {
124 verbose("SetDeadline not implemented for TCP streams, ignoring")
125 return nil
126}
127
128// for net.Conn interface
129func (s *tcpStream) SetReadDeadline(t time.Time) error {

Callers

nothing calls this directly

Calls 1

verboseFunction · 0.70

Tested by

no test coverage detected