2015-06-26 11:49 GMT+02:00 Eric Young <[email protected]>: > > 2. Fragment is enet's feature for big packet? > If I have a huge packet and its size is over 100000 B, send huge packet > directly (fragment by enet)or I should send many small divided > packets(packet size under MTU )orderly if I could split the packet content? > IMO, if I can send small divided packets and enet is just responsible for > assemble. But if I send huge packet directly, enet would handle packet both > fragment and assemble. > which one is better performance for enet packet transfering? > > Hi,
Have a look at https://github.com/lsalzman/enet/pull/17. Regards, -- Benoit.
_______________________________________________ ENet-discuss mailing list [email protected] http://lists.cubik.org/mailman/listinfo/enet-discuss
