sockets - Set SO_EXCLUSIVEADDRUSE using Java -
in java how set so_exclusiveaddruse flag serversocket?
am not able find api call in serversocket api.
i can set so_timeout using setsotimeout method. how set so_exclusiveaddruse?
if there isn't api can't it.
this option appears exist on windows: pointless implenenting in cross-platform language. seems compensation broken implementation of so_reuseaddr. don't need on platforms without problem.
Comments
Post a Comment