dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #18785] Sockets block forever


From: Radek Polak
Subject: [Pnet-developers] [bug #18785] Sockets block forever
Date: Sat, 22 Sep 2007 03:14:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2

Follow-up Comment #2, bug #18785 (project dotgnu-pnet):

Hi Nick,
i found these lines of code in Socket.SetSocketOption():

                                        if(optionName == 
SocketOptionName.ReceiveTimeout ||
                                           optionName == 
SocketOptionName.SendTimeout)
                                        {
                                                // These options are fixed by 
the Internet RFC's,
                                                // are should never be changed 
by applications.
                                                // But there is existing C# 
code that thinks they
                                                // can be set to different 
values.  Quietly ignore.
                                                return;
                                        }


It looks like these options should not be used. I am ATM working on how to
cancel socket blocking. I did a patch and waiting for approval to commit. You
can check bug  #20885.

Radek

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18785>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

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