chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #614: TCP sockets get closed prematurely


From: Chicken Trac
Subject: Re: [Chicken-janitors] #614: TCP sockets get closed prematurely
Date: Tue, 05 Jul 2011 19:57:02 -0000

#614: TCP sockets get closed prematurely
-----------------------------+----------------------------------------------
  Reporter:  syn             |       Owner:       
      Type:  defect          |      Status:  new  
  Priority:  major           |   Milestone:  4.8.0
 Component:  core libraries  |     Version:  4.7.x
Resolution:                  |    Keywords:       
-----------------------------+----------------------------------------------

Comment(by sjamaan):

 The connect error happens because of the backlog being 4 by default.  If I
 change listen.scm to have a larger backlog by doing {{{(tcp-listen 8080
 100)}}} the client continues doing its work and stops normally after a
 very short time.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/614#comment:6>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]