Due to a debugging statement, the sending and receiving hot paths were slower than necessary. The debugging statements were removed and the performance improved.
Note that this means the logging output will now be different (missing messages when a packet was send or received).
See 25 for more information and thanks to shauneccles !