Quote:
Originally posted by badmunchkin
When I try to modify MaxConnectionsPerServer, it defaults to hexadecimal but also has a choice of decimal. WTF is a hexadecimal & should I choose decimal with a value of 10?
|
well, up to 9, decimal and hexadecimal are the same shit... (decimal is what we use in daily life, and hex is base 16)
10 in hex is equal to 16 in decimal... "A" in hex is equal to 10 in decimal.. so if you wanna enter value 10, either use decimal and put 10 or use hexadecimal and put A, its the same..