Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Maximum backlog of inbound connections |
Exit | |
---|---|
R0 | Corrupted |
The purpose of this call is to listen on a socket of type stream for inbound connections.
This SWI directly corresponds to the function listen and would ordinarily be called from C using the listen()
function in socklib.h
.