Closed neomantic-zz closed 11 years ago
This PR adds 3 new methods which are suitable for socket-send-msg! and socket-recv-msg!. The methods are the following
socket-send-msg!
socket-recv-msg!
make-empty-msg
make-msg-with-data
make-msg-with-size
I've added documentation and unit tests too.
This PR adds 3 new methods which are suitable for
socket-send-msg!
andsocket-recv-msg!
. The methods are the followingmake-empty-msg
make-msg-with-data
make-msg-with-size
I've added documentation and unit tests too.