Defined SO_REUSEPORT to allow the servers to re-use ports if server crashes [Wizputer]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@83 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
285ff64138
commit
420444c443
@ -1,6 +1,8 @@
|
|||||||
Date Added
|
Date Added
|
||||||
11/09
|
11/09
|
||||||
* - Added Unbreakable funcions to item_db armors/shields/garments/footgear. [shadow]
|
* - Added Unbreakable funcions to item_db armors/shields/garments/footgear. [shadow]
|
||||||
|
* Defined SO_REUSEPORT to allow the servers to re-use ports if server crashes [Wizputer]
|
||||||
|
|
||||||
11/08
|
11/08
|
||||||
* Added new script command: getMapXY(MapName$,MaxX,MapY,type,[CharName$]) by Lorky [Lupus]
|
* Added new script command: getMapXY(MapName$,MaxX,MapY,type,[CharName$]) by Lorky [Lupus]
|
||||||
Get position for char/npc/pet/mob objects.
|
Get position for char/npc/pet/mob objects.
|
||||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# $Id: Makefile 158 2004-10-01 03:45:15Z PoW $
|
# $Id: Makefile 158 2004-10-01 03:45:15Z PoW $
|
||||||
|
|
||||||
CC = gcc -pipe
|
CC = gcc -pipe
|
||||||
PACKETDEF = -DPACKETVER=5 -DNEW_006b
|
PACKETDEF = -DPACKETVER=5 -DNEW_006b -DSO_REUSEPORT
|
||||||
#PACKETDEF = -DPACKETVER=4 -DNEW_006b
|
#PACKETDEF = -DPACKETVER=4 -DNEW_006b
|
||||||
#PACKETDEF = -DPACKETVER=3 -DNEW_006b
|
#PACKETDEF = -DPACKETVER=3 -DNEW_006b
|
||||||
#PACKETDEF = -DPACKETVER=2 -DNEW_006b
|
#PACKETDEF = -DPACKETVER=2 -DNEW_006b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user