Hi, I'm writing some QA testcases for a server program and I'm adding tests to make sure the product rejects invalid Local Bind Addresses.
The only things I know for sure are that the port has to be between 1 & 65535, and the first octet cannot be 0.
I'm not sure if the last octet can be 0, or if any of them can be 255?
The only things I know for sure are that the port has to be between 1 & 65535, and the first octet cannot be 0.
I'm not sure if the last octet can be 0, or if any of them can be 255?