Simple network question.

When hosting a server if I put 1 as maxconnections, does it mean that only the host can be in the game, or the host and 1 player. I want to make a game where it has 2 players, one host and one client should I put the player limit to 1 or 2, also will it show the same with the host data(player count that is, or will it be more or less.)?

I would just test it but logic would suggest that 1 connection allows host plus 1 player as the host is not always a player but can be a server. 2 connections should be a host and 2 players.

None of those, the maxconnections means how many people can try to join in at same timeā€¦ I have seen that in this tutorial: