Stephen Berard

Results 6 issues of Stephen Berard

Hello, I'm working to build a CoAP server that supports DTLS using BC 2.2.1. When the client reboots, it often selects the same source port number. In my server, this...

**Is your feature request related to a problem? Please describe.** I'm working with the STM32CubeCLT tools from ST Micro. STM32CubeCLT is a toolset for third-party integrated development environment (IDE) providers,...

This is still a work in progress, but committing now to make the code available for others who might want to review, test, or build on it while it's still...

WAMR's socket support provides an implementation for `getsockopt`. However, when called with `SOL_SOCKET, SO_ERROR` it fails with `__WASI_ERRNO_NOTSUP` which causes some existing code to fail. There is support for handling...

wasi socket

The current version of `getaddrinfo` will fail if called using either of the `ai_protocol` and `ai_flags` hints. If either of these are non-zero, the code will fail with `__WASI_ERRNO_NOSUP`. This...

wasi socket

A build error occurs when `` is defined. Steps to reproduce: ```shell > mkdir build && cd build > cmake -DCMAKE_BUILD_TYPE=Debug -DUA_LOGLEVEL=100 -DUA_DEBUG=ON -DUA_DEBUG_DUMP_PKGS=ON .. > make ``` This will...