On 2009/11/29 22:00:24, rsc wrote: > Thanks. Is there a reason to expose the method ...
15 years, 7 months ago
(2009-11-30 01:42:36 UTC)
#3
On 2009/11/29 22:00:24, rsc wrote:
> Thanks. Is there a reason to expose the method
> instead of just always setting this flag?
Not sure. I think it's considered a bit of a safety net to make sure that you
don't accidentally start flooding your network with packets. I suppose it's
useful if you allow a user to enter an arbitrary address. I don't mind changing
it, I just want to be able to broadcast packets :)
Ok, let's just set it all the time and not expose the method. Keep the ...
15 years, 7 months ago
(2009-11-30 02:14:10 UTC)
#4
Ok, let's just set it all the time and not expose the method.
Keep the interface simple.
This is the same thing as in TCPConn: it sets NODELAY
all the time, because no one ever wants delay.
On 2009/11/30 02:14:10, rsc wrote: > Ok, let's just set it all the time and ...
15 years, 7 months ago
(2009-11-30 06:00:03 UTC)
#5
On 2009/11/30 02:14:10, rsc wrote:
> Ok, let's just set it all the time and not expose the method.
> Keep the interface simple.
>
> This is the same thing as in TCPConn: it sets NODELAY
> all the time, because no one ever wants delay.
Done.
LGTM Thanks. Could you please complete the CLA as described at http://golang.org/doc/contribute.html#copyright ? Don't worry ...
15 years, 7 months ago
(2009-11-30 18:45:55 UTC)
#6
LGTM
Thanks. Could you please complete the CLA as
described at http://golang.org/doc/contribute.html#copyright ?
Don't worry about preparing an AUTHORS/CONTRIBUTORS CL -
we'll make the file modifications - just let me know once
you've completed the agreement.
Thanks.
On 2009/11/30 18:45:55, rsc wrote: > LGTM > > Thanks. Could you please complete the ...
15 years, 7 months ago
(2009-11-30 19:02:09 UTC)
#7
On 2009/11/30 18:45:55, rsc wrote:
> LGTM
>
> Thanks. Could you please complete the CLA as
> described at http://golang.org/doc/contribute.html#copyright ?
> Don't worry about preparing an AUTHORS/CONTRIBUTORS CL -
> we'll make the file modifications - just let me know once
> you've completed the agreement.
>
> Thanks.
I've completed the agreement.
Issue 162046: code review 162046: Added a method on UDPConn so they can actually send bro...
Created 15 years, 7 months ago by runningwild
Modified 9 years, 10 months ago
Reviewers:
Base URL:
Comments: 0