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

Method SetWriteDeadline

tcp.go:135–138  ·  view source on GitHub ↗

for net.Conn interface

(t time.Time)

Source from the content-addressed store, hash-verified

133
134// for net.Conn interface
135func (s *tcpStream) SetWriteDeadline(t time.Time) error {
136 verbose("SetWriteDeadline not implemented for TCP streams, ignoring")
137 return nil
138}
139
140// for net.Conn interface
141func (s *tcpStream) LocalAddr() net.Addr {

Callers

nothing calls this directly

Calls 1

verboseFunction · 0.70

Tested by

no test coverage detected