FIXME in file /daemons/imud/oob.c line 96:

 driver can't remove a func ptr callout. need a string

Code:
#define oob_cleanup_func "oob_cleanup"

/* the OOB listening socket */
nosave private object	oob_socket;
FIXME in file /daemons/imud/oob.c line 233:

 it would be nice in the I3 spec to have this transition be
 explicit...

Code:
    if ( f_request && info->state == OOB_STATE_WAIT_CLOSE )
	info->state = OOB_STATE_WAIT_END;

    /*
FIXME in file /daemons/imud/oob.c line 256:

 it would be nice to have different packets for the originator vs.
 the target mud

Code:
    case "oob-begin":
	if ( info->state == OOB_STATE_SENT_BEGIN )
	{
	    /* this is a reply to our oob-begin; trigger outgoing data */
FIXME in file /daemons/imud/oob.c line 302:

 it would be nice to have different packets for the originator vs.
 the target mud

Code:
    case "oob-end":
	if ( info->state == OOB_STATE_SENT_END )
	{
	    /*
