[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Question about luasocket-2.0-alpha and udp packet size.
- From: Diego Nehab <diego@...>
- Date: Fri, 6 Feb 2004 12:03:59 -0500 (EST)
Hi,
> In my use of udp, I have other mechanisms to determine if the network/stack
> truncated my packets so I'm more interested if I'm gonna break some
> underlying assumption inside LuaSocket by changing the packetsize.
>
> Hoping the answer is no... Then I'll take responsibility for the receiver.
Doesn't break anything to change the define, although I have never
tried it. However, it is so uncommon (and unsafe) that you actually need
to send a bigger packet that I don't think I will make this a run-time
option. :o/
[]s,
Diego.