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.
RPC プログラムを作成し、自分のマシンでサーバーを実行しました。クライアントを起動し、自分のホスト名を 'ak-pc' (uname -n の出力) として clnt_create に渡すと、次のようなエラーが表示されました。
ak-pc: RPC: Unknown protocol
関数が何を望んでいるのかについてのアイデアはありますか? 前もって感謝します。
編集:ここでプログラムを実装したところ、サーバーとクライアントの両方を同じマシンで実行しました。