I found the error. I guess there were copies in my syslog that I didn't delete. It cause my syslog to write this error about a million times (Maybe less)
Code:
localhost inetd[4577]: /usr/sbin/in.identd: exit status 0x1
localhost inetd[6455]: execv /usr/sbin/in.identd: No such file or directory
It repeated these two lines for ports 6455 - 32767, incrementing by one each.
I believe the 4577 was my out-port and the others were the in-port on the other computer I was testing.
It basically added 4 megabytes to my syslog in a few seconds because it cannot find a file?