Hello, and thanks for usocket.
I tend to do my programming with *print-base* 16 and *print-radix* t. This exposed a bug in some of the functions in usocket.lisp that format IP addresses. For example, vector-quad-to-dotted-quad and hbo-to-dotted-quad, which I believe should use tilde D instead of tilde A in order to operate correctly.
Thanks,