obgm

Results 87 comments of obgm

Well, I assume you have at least started the example client and server, no? Could you please repeat that test with the additional option '-v9' for server and client and...

Try binding the server explicitly to one of your IPv6 interfaces. If this does not work, could you please provide a wireshark trace of the coap message flow on the...

Thanks for bringing this up. May I kindly ask you to clear up the issue description a bit by removing all the issue template stuff that is not need, especially...

Thank you. @luminais For reporting issues it would be great to have a descriptive and short title, and for the error description, there is an input box the in form...

True, but calling ldconfig on the install directory (or adding it to `/etc/ld.so.conf` is system configuration. IMO this should not belong into the Makefile's responsibility. @tijuca ?

The question if `/usr/local/lib` is included somewhere in `/etc/ld.so.conf` put aside—if changing `--prefix` during configure, you would have the same issue as described by @boaks. IIRC, the linker outputs a...

While I do not see how 8 bytes would matter at large scale (the context is used only one for an application), I do not see harm in your proposed...

@gli-spirent Understood. You have a very good point here. As @mrdeep1 correctly points out, changing this has some implications on the existing applications that link against libcoap. As version 4.2.0...

In `uthash.h`, the initial hash bucket size is defined as: ```c #define HASH_INITIAL_NUM_BUCKETS 32U ``` `HASH_ADD` eventually calls `HASH_EXPAND_BUCKETS` which may or may not grow the hash table (I did...

Thanks for collecting these numbers. If you do not mind, would you please open a PR with the corresponding changes so they do not get lost?