+ Added ICCC command for register a host + Added ICCC command for register a command i.e. listener + Added ICCC command for getting a number from NumGen
8 lines
266 B
Go
8 lines
266 B
Go
package SystemMessages
|
|
|
|
// Message type for the startup message:
|
|
type ICCCStartUpMessage struct {
|
|
PublicIPAddressAndPort string // The public web server's IP address and port
|
|
AdminIPAddressAndPort string // The private admin server's IP address and port
|
|
}
|