Hello.

I hope this is the right place to report bugs.

It appears that there's a bug in the LK2.09.2 WiFi driver. When I put up an listening ServerSocket and check netsat -la the result is:

Code:
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 (null):1337             (null):*                LISTEN
Never seen something that is listening on (null) before.
Also, when I try connect to this port from a computer in the WLAN, I get this ARP request multiple times in Wireshark:
Code:
Who as [phones IP-address]? Tell [PC IP-address].
And the phone never sends any ARP response back.

I've tested ALL ServerSocket methods while creating/binding/accepting a socket. I've also tested it with USB and it works well.

I have LK2.09.2 and SamdroidMod 1.3.1.deodexed XXJH1.

Please fix this! Thanks!