namikiri / iserverd

An attempt to build the iserverd on an x86_64 machine
Other
7 stars 2 forks source link

Big refactoring for modern Linux and adding documentation #3

Closed mkgrgis closed 3 months ago

mkgrgis commented 3 months ago

In this PR

@namikiri , please carefully read all my changes and feel free to ask about reasons.

namikiri commented 3 months ago

Hello. Does this fix the ability to start iserverd on x86-64 yet?

mkgrgis commented 3 months ago

Hello. Does this fix the ability to start iserverd on x86-64 yet?

No. This PR doesn't change any network part of code - only adopts to modern utility naming conventions and code linters. For this ability in future I have added documentation to compare implementations with requirements.

mkgrgis commented 3 months ago

Hello. Does this fix the ability to start iserverd on x86-64 yet?

@namikiri , iserverd is successfully compilable. Also it starts before and after my PR, but doesn't work as expected. I think the error is in network layer. This PR tries to decrease number of warnings from compilers and installers.