lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.