```
On Margate Sands.
I can connect
Nothing with nothing.
```
--
v3: vkd3d-shader/d3dbc: Scan for the maximum temporary register index.
vkd3d-shader: Record a global temporary count per sm4 shader.
vkd3d-shader/dxbc: Remove redundant zero-initialization of the vkd3d_shader_desc structure.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/255
4.18+ Linux kernels remove support for IPX but keep SOL_IPX defined, which
causes compilation errors as wine unconditionally uses IPX structures if
this is the case. Instead check for IPX_MTU to determine IPX support as it is
defined within the ipx.h header itself.
--
v2: {server, ws2_32, ntdll}: Avoid using SOL_IPX to detect whether IPX is supported
https://gitlab.winehq.org/wine/wine/-/merge_requests/2965
On Windows, `sendto()` ignores its destination parameters when provided with a connection-based socket (currently only SOCK_STREAM), even if they contain invalid data. This patch implements this behavior.
--
v5: ws2_32/tests: Add test for sendto() and recvfrom() on TCP sockets.
ntdll/unix: Skip address conversion for SOCK_STREAM sockets in try_send().
https://gitlab.winehq.org/wine/wine/-/merge_requests/3186