I know there are already lot of questions on SO_REUSEADDR. Still I could not get its disdvantages and have few questions.
1]what is the danger associated with SO_REUSEADDR when we are not using any linger option.
2]Will there be any packet loss scenario?
3]What happens if i get something on the port which in time wait state?
4]What will happen to that packet which was received in TIME_WAIT?
and last but very important
5]Is there any performance impact of having lot many ports in TIME_WAIT state at any point of time?