Sébastien RAILLARD

Results 14 comments of Sébastien RAILLARD

A remark about whitening: if AES encryption is enabled, there is a good chance that whitening isn't needed as the encrypted bit-stream should be pseudo-random. @madsci1016: when you experienced the...

As we have experienced a lot of issues, I was able to write a small piece of code in PHP to reproduce it. It's quite straightforward: just do some reads...

I had a look to their new GitHub repository and we can notice that the EZSP protocol is incremented each time a new Gecko SDK is released... Latest version is...

@cdjackson, I have seen your commit for using EZSP up to version 10. Meanwhile, silabs has released EmberZNet 7.2.2.0 with EZSP version 11, here is an extract from the release...

The file path in Windows for the git configuration file is: `C:\Users\USER_NAME\.gitconfig` If you have installed git from cygwin, you'll have another git configuration file here (it will be ignored...

Tooltip is a good option, with a label indicating that there is x tags on this commit. It wasn't trivial to find the list of tags, as shown in previous...

@bmah888 Do you plan to merge this PR?

There is maybe an issue in merging this patch as it's removing a previously added option: `--time-skew-threshold`

One important point, if I understand well this patch, the client should be also updated to correctly react to the change of port sent by the server. That means this...

I wonder if the best solution (but not the easiest) would be to check the cookie sent when the client is establishing the TCP connections (control or data) instead of...