[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/
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), anonymous, 2024/03/01
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), Rik, 2024/03/02
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(),
John Donoghue <=
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), Rik, 2024/03/21
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), John W. Eaton, 2024/03/21
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), John W. Eaton, 2024/03/21
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), John Donoghue, 2024/03/21
- [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl(), John W. Eaton, 2024/03/21
- [Octave-bug-tracker] [bug #65393] can't create a non blocking socket with fcntl(), Rik, 2024/03/21
- [Octave-bug-tracker] [bug #65393] can't create a non blocking socket with fcntl(), John W. Eaton, 2024/03/22
- [Octave-bug-tracker] [bug #65393] can't create a non blocking socket with fcntl(), Rik, 2024/03/23