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:
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,
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
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
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,
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
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