Menu

#95 Connect() should be supported for non-blocking sockets

closed
Missing (16)
5
2018-05-22
2008-09-16
No

When using non-blocking TIPC sockets, a call to connect() will return EWOULDBLOCK unconditionally.

TIPC should support non-blocking connect or at least return EOPNOTSUPP.

I'm using Linux 2.6.26 vanilla TIPC module.

Discussion

  • Allan Stephens

    Allan Stephens - 2008-10-01
    • labels: --> 644802
     
  • Allan Stephens

    Allan Stephens - 2008-10-01

    TIPC 1.7.6 contains a fix so that a request for a non-blocking connect returns EOPNOTSUPP. (Added in the -rc3 release.)

    This item has now been categorized as "missing", since support for the non-blocking form of connect() is a legitimate request; however, it remains unassigned at this point in time.

     
  • Allan Stephens

    Allan Stephens - 2008-10-28
    • labels: 644802 --> Missing
     
  • Jon Paul Maloy

    Jon Paul Maloy - 2018-05-22
    • Owner: Anonymous --> Jon Paul Maloy
    • Status: open --> closed
     

Log in to post a comment.