Some comments updated to the net_userstack_driver -> net_server_driver shift.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2002-10-30 08:47:22 +00:00
parent 046f3eec6c
commit d8d42f5a47
@@ -1,6 +1,6 @@
/* net_userstack_driver - This file implements a very simple socket driver /* net_server_driver - This file implements a very simple socket driver
** that is intended to act as an interface to the networking stack when ** that is intended to act as an interface to the networking stack when
** it is loaded in userland. ** it is loaded in userland, hosted by a net_server-like app.
** The communication is slow, and could probably be much better, but it's ** The communication is slow, and could probably be much better, but it's
** working, and that should be enough for now. ** working, and that should be enough for now.
** **
@@ -71,7 +71,7 @@ extern void notify_select_event(selectsync * sync, uint32 ref);
//*****************************************************/ //*****************************************************/
#ifndef DRIVER_NAME #ifndef DRIVER_NAME
# define DRIVER_NAME "net_stack_driver" # define DRIVER_NAME "net_server_driver"
#endif #endif
/* wait one second when waiting on the stack */ /* wait one second when waiting on the stack */