-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate dgram.markdown #27
base: japanese
Are you sure you want to change the base?
Conversation
--> | ||
`options`オブジェクトは`udp4` か `udp6` のいずれかの `type` フィールドを含む必要があります。そして、boolean値である `reuseAddr` フィールドを任意で含みます。 | ||
|
||
`reuseAddr` が true の時には、 `socket.bind()` は他のプロセスが既にソケットをバインドしていたとしても、アドレスを再利用します。 `reuseAddr` の初期値は `false` です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新訳です。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
統一できていない所も多いのですが一応、 options
のような半角と全角文字の間には半角スペースがあるとありがたいです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あ、すいません、reuseAddrから新訳か。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
いえ、optionsから新訳です。分かりにくくてすみません。
修正します。
LGTM, I would like to hear any other review. |
--> | ||
`options` オブジェクトは `udp4` か `udp6` のいずれかの `type` フィールドを含む必要があります。そして、boolean値である `reuseAddr` フィールドを任意で含みます。 | ||
|
||
`reuseAddr` が true の時には、 `socket.bind()` は他のプロセスが既にソケットをバインドしていたとしても、アドレスを再利用します。 `reuseAddr` の初期値は `false` です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optionsオブジェクトは〜、reuseAddrが〜 が新訳です。
半角と全角の文字の間にスペースを追加しました。
resolves:#11