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…