Changeset 489 for nano-RK/tools/SLIPstream
- Timestamp:
- 03/31/08 03:13:03 (5 months ago)
- Files:
-
- nano-RK/tools/SLIPstream/SLIPstream-server/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nano-RK/tools/SLIPstream/SLIPstream-server/main.c
r325 r489 39 39 struct sockaddr_in from; 40 40 struct sockaddr_in client; 41 charbuf[1024];41 uint8_t buf[1024]; 42 42 int got_connection; 43 43 int debug;
