문제

Is there any way to spoof the source IP/Port of a DatagramPacket object in Java?

도움이 되었습니까?

해결책

Raw Socket is a term that'll help your search.

You can look at the following question: Best way to do RAW socket programming involving Java

They recommend a raw-socket wrapper, rocksaw.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top