forked from facebookarchive/RakNet
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed sorting on splitted packages...
- Loading branch information
1 parent
1a16989
commit c15dd90
Showing
2 changed files
with
110 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c15dd90
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've been made aware of this commit of yours by a user of our RakNet fork who created a pull request which is largely based on your commit (SLikeSoft#30). We understand that you contribute this commit under the RakNet license terms and believe this allows us to incorporate your pull request in our fork as well.
If you object to this opinion, please let us know (preferably by sending a mail to info @ slikesoft . com).
If you are fine with us having incorporated your contribution in SLikeNet, we'd like to offer you being namely added to the acknowledgment section in the accompanying readme. Please let us know if you'd like such an entry being added for you. The standard format of such entries would be:
[real name|GitHubAccount name]: [link to git hub profile page] (pull request: [list of related pull requests])
c15dd90
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Luke,
please be aware that my changes probably only work with "PREALLOCATE_LARGE_MESSAGES == 0" as I have not changed or tested the "#if PREALLOCATE_LARGE_MESSAGES==1" code paths. So I'd advice you to test and fix that case as well.
Feel free to use my changes as you wish as long as it's in compliance with the RakNet license. There's no need to mention me.
Best wishes
Joerg Boehnel
c15dd90
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pointer. I've added a note on this for the review process of the patch.