From the emptool sources:

(lib/protoco/packets.h)
#define PROTOCOL_TCP_PORT 8300
#define PROTOCOL_TCP_FASTPORT 8301

(lib/protocol/net_discovery.h)
// UDP version of the protocol port
#define DISCOVERY_PORT 8300
_________________________
-- roger