code: 9ferno

ref: f9deac96f486835bdef70ec5c6f7353cb7269c67
dir: /module/grid/announce.m/

View raw version
Announce: module {
	PATH:	con "/dis/grid/lib/announce.dis";
	init:		fn();
	announce:	fn(): (string, ref Sys->Connection);	# find a local address, any port, and return its name and an announced connection.
};