Add new psock layer; telnet session is now wrapped in a character device

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-01-30 21:29:59 +00:00
parent e94dcdf625
commit 9b617b6133
10 changed files with 572 additions and 44 deletions
+2
View File
@@ -2408,3 +2408,5 @@
sub-directory: By making libboard.a a "phony" target, libboard.a should
always rebuilt (the end result is worth the small increase in build time)
(submitted by Mike Smith).
* include/net/psock.h: A new low level socket interface that allows the OS
to use the socket interface without having a socket descriptor.