REORG: use the name sock_raw instead of stream_sock

We'll soon have an SSL socket layer, and in order to ease the difference
between the two, we use the name "sock_raw" to designate the one which
directly talks to the sockets without any conversion.
diff --git a/src/peers.c b/src/peers.c
index 42018e1..a3408f5 100644
--- a/src/peers.c
+++ b/src/peers.c
@@ -37,8 +37,8 @@
 #include <proto/proto_http.h>
 #include <proto/proxy.h>
 #include <proto/session.h>
+#include <proto/sock_raw.h>
 #include <proto/stream_interface.h>
-#include <proto/stream_sock.h>
 #include <proto/task.h>
 #include <proto/stick_table.h>
 #include <proto/signal.h>