From usocket-devel at common-lisp.net Fri Aug 1 21:56:45 2008 From: usocket-devel at common-lisp.net (usocket) Date: Fri, 01 Aug 2008 21:56:45 -0000 Subject: [usocket-ticket] Re: #9: select()/poll() based API to enable waiting for socket status In-Reply-To: <080.23602a66f289a763c0b99e70c3018631@common-lisp.net> References: <080.23602a66f289a763c0b99e70c3018631@common-lisp.net> Message-ID: <089.46ae6f419eb6cbd96928c03059822418@common-lisp.net> #9: select()/poll() based API to enable waiting for socket status --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: default Type: enhancement | Status: closed Priority: major | Milestone: release-0.4 Component: tcp-socket | Version: Resolution: fixed | Keywords: Patch: 0 | --------------------------+------------------------------------------------- Changes (by ehuelsmann): * resolution: => fixed * status: new => closed Comment: 0.4.x has been branched now; this feature is in and it's called WAIT-FOR- INPUT. -- Ticket URL: usocket usocket From usocket-devel at common-lisp.net Fri Aug 1 21:58:32 2008 From: usocket-devel at common-lisp.net (usocket) Date: Fri, 01 Aug 2008 21:58:32 -0000 Subject: [usocket-ticket] Re: #8: socket-accept should support a timeout value In-Reply-To: <080.39d8ecd5805c9b54f4a37aa1ed016075@common-lisp.net> References: <080.39d8ecd5805c9b54f4a37aa1ed016075@common-lisp.net> Message-ID: <089.c92d9318a86cb44da75b85914bb8ce3c@common-lisp.net> #8: socket-accept should support a timeout value --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: default Type: enhancement | Status: closed Priority: minor | Milestone: release-0.4 Component: tcp-socket | Version: Resolution: fixed | Keywords: useability Patch: 0 | --------------------------+------------------------------------------------- Changes (by ehuelsmann): * resolution: => fixed * milestone: unassigned => release-0.4 * status: new => closed Comment: This issue has been resolved in 0.4.x by WAIT-FOR-INPUT, which signals server sockets for :READ status when they're ready to accept a new connection. -- Ticket URL: usocket usocket From usocket-devel at common-lisp.net Fri Aug 1 22:01:50 2008 From: usocket-devel at common-lisp.net (usocket) Date: Fri, 01 Aug 2008 22:01:50 -0000 Subject: [usocket-ticket] Re: #2: Create/extend API to get/set socket options In-Reply-To: <080.b2b92285a4d69c1f3a056e3a2a762625@common-lisp.net> References: <080.b2b92285a4d69c1f3a056e3a2a762625@common-lisp.net> Message-ID: <089.f6f6c6bfe50e361c8f9037dc0546166a@common-lisp.net> #2: Create/extend API to get/set socket options -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: default Type: task | Status: new Priority: blocker | Milestone: release-0.5 Component: tcp-socket | Version: Resolution: | Keywords: Patch: 0 | -------------------------+-------------------------------------------------- Changes (by ehuelsmann): * milestone: release-0.4 => release-0.5 Comment: Some additional features are supported now: TCP_NODELAY is supported on most implementations Binding local host and local port, even for active TCP streams is also available starting 0.4.x. Since progress has been made on this area, putting into next release. Important stuff to be added: timeouts for reading/writing/connecting as well as a 'maximum socket validity'. -- Ticket URL: usocket usocket From usocket-devel at common-lisp.net Fri Aug 1 22:03:09 2008 From: usocket-devel at common-lisp.net (usocket) Date: Fri, 01 Aug 2008 22:03:09 -0000 Subject: [usocket-ticket] Re: #10: Datagram socket support In-Reply-To: <080.a393348a2b77be1a96b97ab69de2ecd4@common-lisp.net> References: <080.a393348a2b77be1a96b97ab69de2ecd4@common-lisp.net> Message-ID: <089.a8c3f0a1329f1224c72b96c6cbcea7e5@common-lisp.net> #10: Datagram socket support -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: assigned Priority: major | Milestone: release-0.5 Component: udp-socket | Version: Resolution: | Keywords: Patch: 0 | -------------------------+-------------------------------------------------- Changes (by ehuelsmann): * status: new => assigned * owner: default => ehuelsmann Comment: Work has been started by Chun Tian; mostly, it needs integration now, as well as a sound API design. -- Ticket URL: usocket usocket