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.
Linuxには、クライアント接続用のポートを決して与えず、代わりにリッスン(サーバー)のリクエストにのみ割り当てるようにシステムに伝える方法があります。
つまり、ポート P が与えられた場合、proc がホスト X に接続したい場合は、ポート P を与えるのではなく、他のポートを与えます。しかし、proc がポート P でリッスンしたい場合は、OK でしょうか?