The so_reuseport_lb_test fails (bind () failed: Address already in use) on PowerPC64.
Changing the type of variable (size_t -> unsigned int) that will be passed as a parameter for setsockopt the test behaves correctly.
Differential D24164
so_reuseport_lb_test: Changing the variable type of the optval parameter of the setsockopt function fernando.valle_eldorado.org.br on Mar 23 2020, 1:23 PM. Authored by Tags Referenced Files
Details The so_reuseport_lb_test fails (bind () failed: Address already in use) on PowerPC64. Changing the type of variable (size_t -> unsigned int) that will be passed as a parameter for setsockopt the test behaves correctly. kyua test -k /usr/tests/sys/netinet/Kyuafile so_reuseport_lb_test
Diff Detail
Event Timeline
Comment Actions Following @melifaro `s recommendations, type of variable changed to int, instead of unsigned int. |