Jun Chen
Jun Chen
## Updates 02.09.2018 Found some bugs in the ingress server implementation. One of these bugs should be the cause of this issue. @lbarman @italod @stevens-leblond @aledcuevas ### Recap: - All...
@lbarman Hi, thanks for looking at this. The randomID is generated by sampling 32 random bit, this is true. ``` func generateRandomID() string { var n uint32 binary.Read(rand.Reader, binary.LittleEndian, &n)...
[`415548f`]( https://github.com/dedis/prifi/commit/415548f6c71905500f13c29f2224102edfe9a110) should fix the ID collision bug. There is one more thing that I want to do. The egress server (EG) of the relay stores all the connections of...
I am working on the client side. The client doesn't reconnect after recovering the connectivity.
Please test [`f03dde8`](https://github.com/dedis/prifi/commit/f03dde8bb8a05e876c4e2818f5647988f2faaad6), it should fix the bug on the client side.