Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法DatagramPacket在 Java 中欺骗对象的源 IP/端口?
DatagramPacket
原始套接字是一个有助于您搜索的术语。
你可以看看下面的问题: Best way to do RAW socket programming involved Java
他们推荐一个原始套接字包装器,rocksaw。