Changeset da75af4 in mainline
- Timestamp:
- 2018-11-04T14:31:42Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c1841b
- Parents:
- 790f3a3
- Location:
- uspace/lib/c/generic/inet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inet/tcp.c
r790f3a3 rda75af4 816 816 { 817 817 tcp_t *tcp = (tcp_t *)arg; 818 819 async_accept_0(icall);820 818 821 819 while (true) { -
uspace/lib/c/generic/inet/udp.c
r790f3a3 rda75af4 494 494 udp_t *udp = (udp_t *)arg; 495 495 496 async_accept_0(icall);497 498 496 while (true) { 499 497 ipc_call_t call;
Note:
See TracChangeset
for help on using the changeset viewer.