Unique name of the application to use in the handshake

This name must be the same between client/server and it should not be used by other programs that may interfere. Both client and server refuse connections with a different name.

This value must not contain spaces.

Property definitions

gamnit :: common $ Sys :: handshake_app_name
# Unique name of the application to use in the handshake
#
# This name must be the same between client/server and
# it should not be used by other programs that may interfere.
# Both client and server refuse connections with a different name.
#
# This value must not contain spaces.
fun handshake_app_name: String do return program_name
lib/gamnit/network/common.nit:21,1--28,53