Re: Dealing with software using Linux TCP socket options

2024-08-23 Thread David Uhden Collado
Dear all, As mentioned in a previous email I sent to this mailing list [1], I am currently working on porting SimpleXMQ and SimpleX Chat CLI to OpenBSD. Unfortunately, I have encountered several challenges. In addition to the issue I previously discussed [1], two more complications have arisen:

Re: Dealing with software using Linux TCP socket options

2024-08-23 Thread David Uhden Collado
2. Linux TCP Socket Options: SimpleXMQ, on which the SimpleX Chat CLI client depends, uses Linux-specific TCP socket options [2] that are not available in OpenBSD [3], namely TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT. My questions regarding this issue are: [...] For all of those options,

Re: Dealing with software using Linux TCP socket options

2024-08-22 Thread Florian Obser
On 2024-08-22 00:38 +02, David Uhden Collado wrote: >>> 2. Linux TCP Socket Options: SimpleXMQ, on which the SimpleX Chat CLI client >>> depends, uses Linux-specific TCP socket options [2] that are not available >>> in OpenBSD [3], namely TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT. My >>> questi

Re: Dealing with software using Linux TCP socket options

2024-08-21 Thread Jeremie Courreges-Anglas
On Wed, Aug 21, 2024 at 11:30:52PM +0200, David Uhden Collado wrote: > Dear all, > > As mentioned in a previous email I sent to this mailing list [1], I am > currently working on porting SimpleXMQ and SimpleX Chat CLI to OpenBSD. > Unfortunately, I have encountered several challenges. In addition

Re: Dealing with software using Linux TCP socket options

2024-08-21 Thread David Uhden Collado
2. Linux TCP Socket Options: SimpleXMQ, on which the SimpleX Chat CLI client depends, uses Linux-specific TCP socket options [2] that are not available in OpenBSD [3], namely TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT. My questions regarding this issue are: [...] For all of those options,

Re: Dealing with software using Linux TCP socket options

2024-08-21 Thread Matthias Kilian
On Wed, Aug 21, 2024 at 11:30:52PM +0200, David Uhden Collado wrote: > 2. Linux TCP Socket Options: SimpleXMQ, on which the SimpleX Chat CLI client > depends, uses Linux-specific TCP socket options [2] that are not available > in OpenBSD [3], namely TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT. My

Dealing with software using Linux TCP socket options

2024-08-21 Thread David Uhden Collado
Dear all, As mentioned in a previous email I sent to this mailing list [1], I am currently working on porting SimpleXMQ and SimpleX Chat CLI to OpenBSD. Unfortunately, I have encountered several challenges. In addition to the issue I previously discussed [1], two more complications have arisen