mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-27 18:12:21 -04:00
Commit of the new UDP Connection methods and
the rewrite of the retroshare core networking stack. This check-in commits the changes to the rsserver code. Major changes to use the new networking code. Added p3peers.h as a new interface for peer/neighbour management. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@314 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c2d5611bd
commit
fd8adceb7e
13 changed files with 1039 additions and 701 deletions
|
@ -2,14 +2,18 @@
|
|||
RS_TOP_DIR = ..
|
||||
include ../make.opt
|
||||
|
||||
OBJ = pqistrings.o \
|
||||
p3face-people.o p3face-file.o \
|
||||
p3face-msgs.o p3face-server.o \
|
||||
OBJ = p3face-file.o \
|
||||
p3face-msgs.o \
|
||||
p3face-server.o \
|
||||
p3face-config.o \
|
||||
p3face-network.o \
|
||||
p3face-startup.o \
|
||||
rstypes.o \
|
||||
rsiface.o
|
||||
rsiface.o \
|
||||
p3peers.o
|
||||
|
||||
# pqistrings.o \
|
||||
# p3face-people.o
|
||||
# p3face-network.o \
|
||||
|
||||
TESTS =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue