the port number is a 16-bit value between 0 and 65535
due to some constraints the authors have decided that all numbers between commas should be 8-bit (between 0 and 255). Thus, the 16-bit port number is represented with 2 8-bit numbers.
In your case the port number will be 230 * 256 + 205 = 59085