Thread: What does this Constant actually mean?

Results 1 to 4 of 4
  1. #1 What does this Constant actually mean? 
    arrowzftw
    Guest
    What does the static variable BUFFER_SIZE actually mean in the config class of the server, and what are it's purposes.

    What will happen if the value were to increase or decrease, with respect to the server as well as the client.

    Code:
    public static final int BUFFER_SIZE = 1000000;
    Location: Config.class
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Find its usages... Could mean anything.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Nya's Avatar
    Join Date
    Jul 2009
    Posts
    2,609
    Thanks given
    11
    Thanks received
    258
    Rep Power
    1398
    Change information related to it and notice the difference
    Reply With Quote  
     

  4. #4  
    Zaros Developer

    Nomac's Avatar
    Join Date
    Feb 2011
    Age
    29
    Posts
    1,068
    Thanks given
    318
    Thanks received
    200
    Rep Power
    1092
    It's from Emulous / [PI] for character rendering. I don't know how to explain it, but if you comment it out, you will not be able to log in.
    Attached image


    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. $5 for constant help
    By Cosmic X in forum Help
    Replies: 1
    Last Post: 11-04-2010, 11:00 AM
  2. constant 0s
    By E C T A S Y in forum Help
    Replies: 3
    Last Post: 04-11-2010, 08:05 PM
  3. Constant 0's
    By owner jacob in forum Help
    Replies: 47
    Last Post: 01-27-2010, 07:40 PM
  4. Constant 0's on Lv 2 man
    By Kduffy45 in forum Help
    Replies: 7
    Last Post: 01-16-2010, 02:47 AM
  5. Constant 0's
    By owner jacob in forum Help
    Replies: 9
    Last Post: 01-11-2010, 04:55 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •