Skip to content

vtkSocket: allow binding a specific address, defaulting to INADDR_ANY

Louis Gombert requested to merge louis.gombert/vtk:vtksocket-bind into master

vtkSocket bind address used to be the value INADDR_ANY, equivalent to 0.0.0.0. BindSocket function can now optionally take a bind address as a string input. vtkServerSocket can forwards the binding address when creating a server.

Test omitted because the setup is complicated for little benefits.

Edited by Louis Gombert

Merge request reports