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.
2 つのネットワーク インターフェイスを追加した VmWare がインストールされたマシンがあります。OSはビスタです。私は 2 つの Java アプリケーションを持っています。1 つはデータグラムをブロードキャストし、もう 1 つはそれらのデータグラムを受信します。私が抱えている問題は、両方の VmWare ネットワーク インターフェイスを無効にしない限り、受信側がデータグラムを受信できないことです。
インターフェイスを無効にせずにそれを機能させる最良の方法は何ですか?
DatagramSocket の代替コンストラクターを見てください。
DatagramSocket(int port, InetAddress laddr) Creates a datagram socket, bound to the specified local address.
ポートのみを指定していると思います。