• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Windows Setting network_config_enable_reliable on server crashes without an error.

John4300

Member
serverid = network_create_server(network_socket_udp, 5000, 6);
network_set_config(network_config_enable_reliable_udp, serverid)

This is all you need to add to an empty project for it to crash without an error. Am I doing something wrong, or is this just buggy?
Without setting the reliable setting, UDP works as well.

Thanks,
John4300
 
Top