My hobbyist coding updates and releases as the mysterious "Mr. Tines"

Sunday 15 October 2000

SOCKS

Updated SOCKS library to fix bug in com.ravnaandtines.net.socks5.Packet method getPort(); line int len = 1 + packet[4+offset]&0xFF; - add 1 to len to allow for the count byte itself. CTCjava how-to-build instructions added.