I created a UdpListener in .NET that has a graphical health bar, status windows, clock, etc. The listener seems to work fine, and I can receive packets with it if I send them from Packet Sender.
As soon as I try to send the same packet using UdpSend, it returns with code 0, but the listener never receives them. I have tried suspending my firewall, granting full access, granting access to specific ports, running as admin, changing ports, changing packet text, using aliases, using plugins, using the immediate window, restarting, reinstalling MC. Nothing works.
Any insight into this problem would be greatly appreciated.
The test I am using most often is :
Note(UdpSend ("127.0.0.1", 11000, "128 hp"))
This is on a Win 7 64-bit system
Running ZoneAlarm
MUSHclient ver. 4.94
Using LUA
As soon as I try to send the same packet using UdpSend, it returns with code 0, but the listener never receives them. I have tried suspending my firewall, granting full access, granting access to specific ports, running as admin, changing ports, changing packet text, using aliases, using plugins, using the immediate window, restarting, reinstalling MC. Nothing works.
Any insight into this problem would be greatly appreciated.
The test I am using most often is :
Note(UdpSend ("127.0.0.1", 11000, "128 hp"))
This is on a Win 7 64-bit system
Running ZoneAlarm
MUSHclient ver. 4.94
Using LUA
