Search Unity

TCP File Transfer over UDP

Discussion in 'Multiplayer' started by llavigne, Sep 23, 2008.

  1. llavigne

    llavigne

    Joined:
    Dec 27, 2007
    Posts:
    977
    I came across this new protocol which apparently speeds up transmission (50x) over unreliable network (like, say, the web?) it sits on top of UDP to which it adds reliability (and I'm sure other goodies since the license is pricey):

    http://www.filecatalyst.com/products/accel.html

    I wonder if it's possible to override Unity's asset loading to use something like this.