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: John Donoghue
Subject: [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl()
Date: Thu, 21 Mar 2024 10:26:02 -0400 (EDT)

Follow-up Comment #2, bug #65393 (group octave):

socket returns a socket id (integer), not a file descriptor integer.

fcntl uses the file descriptor to lookup the octave stream object which is
this case, it it doesnt error, is some other opened file?

Im not sure if there is a way to set non blocking vai setsockopt.

If not, there is the select function to allow checking the socket.


    _______________________________________________________

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]