Opened 11 years ago

Closed 11 years ago

#963 closed defect (fixed)

tcp6 egg ignores (tcp-read-timeout #f)

Reported by: sethalves Owned by: Jim Ursetto
Priority: minor Milestone: someday
Component: extensions Version:
Keywords: tcp Cc:
Estimated difficulty:

Description

With the tcp egg, I could use (tcp-read-timeout #f) and avoid timeouts. With the tcp6 egg, reads still timeout after 60 seconds.

http://paste.lisp.org/display/134381

Change History (3)

comment:1 Changed 11 years ago by Jim Ursetto

Owner: set to Jim Ursetto
Status: newassigned

Weird, I'll look at it.

comment:2 Changed 11 years ago by Jim Ursetto

Version: 4.8.x

tcp6#tcp-accept doesn't propagate the tcp-*-timeout settings to the socket egg. I'll release a fix shortly.

comment:3 Changed 11 years ago by Jim Ursetto

Resolution: fixed
Status: assignedclosed

Fixed in tcp6 0.1.1. Thanks for the report.

Note: See TracTickets for help on using tickets.