octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51913] Sockets package : feature request for


From: Joseph Hayden
Subject: [Octave-bug-tracker] [bug #51913] Sockets package : feature request for non-blocking recv() call
Date: Fri, 1 Sep 2017 13:58:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <http://savannah.gnu.org/bugs/?51913>

                 Summary: Sockets package : feature request for non-blocking
recv() call
                 Project: GNU Octave
            Submitted by: jshayden
            Submitted on: Fri 01 Sep 2017 05:58:50 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Joseph Hayden
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Octave package "sockets" on Ubuntu has non-blocking recv() call using the flag
MSG_DONTWAIT.  However, it seems that MSG_DONTWAIT is undefined in Winsock2
and thus recv(socket,length,MSG_DONTWAIT) does not work in Octave Windows.

Is it possible to add either a non-blocking recv() call, or a means to monitor
the number of bytes available on the socket?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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