User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: OINC File Sender - Source Code

  1. #11
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: OINC File Sender - Source Code

    No, No, No!!! The smaller it is the slower it sends. And it's set to 416 because 512 and up would occasionally give errors, but not always. OINC/Lacewing can only send/blast up to 1024 bytes. If you want that changed ask Jamie.
    Working as fast as I can on Fusion 3

  2. #12
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: OINC File Sender - Source Code

    The limits aren't hardcoded.. it's just that the Lacewing protocol expects to be able to bounce ping/pong packets along the TCP stream every now and then. If you tie it up for too long that won't happen.

    Lacewing has a very compact header, so sending lots of small messages shouldn't cause much slowdown.

  3. #13
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: OINC File Sender - Source Code

    Jamie in terms of speed I;m not talking about the internet I'm talking about the application. What is 30MB divided by 200 bytes? Vs divided by 416? The way my file sender works is it sends 416 bytes every frame. The higher the number, the quicker it gets to the end of the file.
    Working as fast as I can on Fusion 3

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. V-Code Generator Source Code
    By LB in forum File Archive
    Replies: 1
    Last Post: 10th March 2008, 08:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •