Files
khttp/nbproject/private/private.xml
Sam Stevens d556df830f Completed basic socket work.
Processes multiple requests concurrently (single thread).
Currently just echos received data.
2014-07-17 00:17:30 +01:00

18 lines
916 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<data xmlns="http://www.netbeans.org/ns/make-project-private/1">
<activeConfTypeElem>1</activeConfTypeElem>
<activeConfIndexElem>0</activeConfIndexElem>
</data>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/home/sam/NetBeansProjects/KHttp/src/socket.c</file>
<file>file:/home/sam/NetBeansProjects/KHttp/src/main.h</file>
<file>file:/home/sam/NetBeansProjects/KHttp/src/main.c</file>
<file>file:/home/sam/NetBeansProjects/KHttp/src/ut/utlist.h</file>
<file>file:/home/sam/NetBeansProjects/KHttp/src/socket.h</file>
</group>
</open-files>
</project-private>