Benoit Foucher

Results 38 comments of Benoit Foucher

It has both sides already. The test case creates a server socket to accept connections over the loopback interface. The accepted server socket is not disposed while the client socket...

Yes, we'll only remove it if it's safe to remove 😃. We do use `clock_gettime` but my understanding is that these functions have been moved to the libc library a...

I'm having second thoughts on this. Clearly, the reason why we allow the use of direct buffers only with message buffer caching enabled is that direct buffers without caching lead...

See also https://en.wikipedia.org/wiki/Automated_Certificate_Management_Environment This could actually not be only IceGrid specific but possibly something part of IceSSL. Securing an Ice based distributed application should be easier.

Removing it implies we loose the information that a connection establishment is the result of a retry on the next endpoint of a proxy's endpoint list. Perhaps it's not so...

The segfault could indeed be caused by the lack of synchronization for the tracing, thanks for finding this one! The best way to confirm this would be to get a...

We should also get rid of of tests for legacy/deprecated features/protocols such as DSA, TLS 1.1 ... we'll need to decide what SSL protocol we want to support first.

Here's an `Ice.jar` that provides support for a `*.ThreadPool.SizeIO` property. [Ice.jar.zip](https://github.com/zeroc-ice/ice/files/10153048/Ice.jar.zip)

Do we keep the 1.0 encoding support for 3.8?

See also https://github.com/dotnet/runtime/issues/87478