stp
[Top] [All Lists]

select over stp sockets

To: stp@xxxxxxxxxxx
Subject: select over stp sockets
From: Xiaoyong Wu <xwu@xxxxxxxxxxxx>
Date: 06 Aug 2002 16:24:54 -0400
Sender: owner-stp@xxxxxxxxxxx
Hi, there,
 
I am running STP on Linux kernel 2.4.1 with stp patch level 0.33a for a
ftp application. I noticed that select call some time returns without
any incoming traffic and the following read blocks. As I refer to the
source code, I noticed the following comments in the code.

+void sockcanread(struct sock* sk)
+{
+ /* xxxamanxxx - for now: don't know about
+  * supporting a select
+  */
+}


Does that mean the current implementation of STP on Linux having some
problem with select calls?
Thanks.

Regards,
-Xiaoyong
 

-- 
-----------------------------------
Network Research Engineer,                       919.248.1469
Advanced Network Research Group,MCNC             xwu@xxxxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>
  • select over stp sockets, Xiaoyong Wu <=