Results 216 comments of offa

> @offa Thank you for the improved test execution, pointed me in the right direction. I removed a check for unmasked client messages which broke tests. Now travis seems to...

I have updated to latest release 2.13.9, since there's an issue related to `MINSIGSTKSZ` / `constexpr`.

Can you file a PR for this?

Thanks @rayburgemeestre, this PR is green now! :+1:

Did you link _zlib_ to your program? By default seasocks is built with deflate support enabled. If you don't need it, you can disable it by setting `DEFLATE_SUPPORT` to `OFF`....

What version of seasocks and compiler are you using?

I have pushed some fixes (PR #54).

@dendisuhubdy does OS X have `sys/endian.h`?

I see two solutions here: 1. Use `hton()` instead – that's what's done here, am I correct? Should work on all platforms 1. Implement a custom swap (template) function; should...

Hmm, there's no version of `hton*()` which supports `uint64_t`. That's bad …