Jump to content
  • 0

Problem PeekPacket


maxpower99

Question

2 answers to this question

Recommended Posts

  • 0

How metin2 network works? Store data in RAM through the buffer.  What is a buffer? 

A buffer is a block of RAM that is used to hold input or output temporarily. This can speed up I/O considerably because of the various overheads incurred when transferring data. This means you don't have enought buffer size or  network I/O operation it's too slow to process packets.  To avoid such problems, you need to decrease the size of the buffer, depending how much RAM memory you want to use you need to increase buffer size or decrease it.

 In my source this is already done, and i never had such problems (Unknow packet header, seqeunce , buffer_overflow, not enought buffer size )all those it's tottaly solved.

 

The following figure illustrates the process of a network I/O operation under Windows, but maybe for you it's to late to understand this. ;)

IC486497.png

Regards ds_aim.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 2
Link to comment
Share on other sites

  • 0
9 hours ago, ds_aim said:

How metin2 network works? Store data in RAM through the buffer.  What is a buffer? 

A buffer is a block of RAM that is used to hold input or output temporarily. This can speed up I/O considerably because of the various overheads incurred when transferring data. This means you don't have enought buffer size or  network I/O operation it's too slow to process packets.  To avoid such problems, you need to decrease the size of the buffer, depending how much RAM memory you want to use you need to increase buffer size or decrease it.

 In my source this is already done, and i never had such problems (Unknow packet header, seqeunce , buffer_overflow, not enought buffer size )all those it's tottaly solved.

 

The following figure illustrates the process of a network I/O operation under Windows, but maybe for you it's to late to understand this. ;)

IC486497.png

Regards ds_aim.

And how do I do that right?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.