Bug in Ethernet Library in new Arduino 0013

Hello again,

ich changed
socket(_sock, Sn_MR_TCP, _port, 1024 + _srcport);
into
socket(_sock, Sn_MR_TCP, 1024 + _srcport, 0);
in hardware/libraries/Ethernet /Client.cpp

recompile my sketch but Arduino still send one request and stop then. Hm...