new object $network: $root;

var $root inited = 1;

public method .bind_port() {
    arg port;
    
    return (> bind_port(port) <);
};