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

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

[Octave-bug-tracker] [bug #65393] cant create a non blocking socket with


From: anonymous
Subject: [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl()
Date: Fri, 1 Mar 2024 16:15:52 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?65393>

                 Summary: cant create a non blocking socket with fcntl()
                   Group: GNU Octave
               Submitter: None
               Submitted: Fri 01 Mar 2024 09:15:52 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 7.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 01 Mar 2024 09:15:52 PM UTC By: Anonymous
pkg load sockets

rcv_sck=socket()
fcntl (rcv_sck, F_SETFL, O_NONBLOCK)
bind(rcv_sck,11245)
a=listen(rcv_sck,10)
[client info] = accept(rcv_sck)





the problem is the fcntl() command which fails





OCTAVE RULES!!!! THANKS TO THE DEVELOPERS!!!!







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65393>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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