The Traderszone Network

Published in TZ Latest News 1 June, 2017 by The TZ Newswire Staff

Why is this UDP unicast not being received by the client?

Working on the Ritchie market data server, and I’ve hit a UDP socket programming problem.

Why is this unicast not being received by the client? I’ve been hammering away at this for hours. Grr.. ;(

– I’m sending price ticks in the form nn.dd; e.g., 42.23, 93.75. Just 5 bytes for test purposes.
– The server’s (tick generator) IP address is 192.168.1.101
– The client’s address is 192.168.1.102
– The return value of the “sendto“ command is 5, as it should be.
– I can successfully ping in…

read more