|
From: Erik R. <eri...@do...> - 2016-04-04 09:19:47
|
Here’s a patch, should anyone else be interested! Usage: lo_server_thread st = lo_server_thread_new_with_proto_and_node(”777”, LO_TCP, ”127.0.0.1”, err_handler); Adding yet another constructor to server and server_thread is perhaps not very elegant – a nicer solution would be to add a node parameter to all of the constructor functions, however that would obviously break backward compability. Erik |