| .. |
|
Kconfig
|
net/tcp: implement the fast retransmit
|
2020-11-26 20:49:38 +08:00 |
|
Make.defs
|
net/tcp and udp: Move tcp/udp recvfrom into tcp/udp folder
|
2020-01-21 08:30:39 -06:00 |
|
tcp.h
|
[Performance]net/tcp: send the ACK in time after obtain ahead buffer from iobs
|
2020-12-07 14:50:38 +08:00 |
|
tcp_accept.c
|
sched/: Make more naming consistent
|
2020-05-17 14:01:00 -03:00 |
|
tcp_appsend.c
|
net/tcp/tcp_appsend.c: Enhance delayed ACK algorithm with behavior of Windows delayed ACK described at https://support.microsoft.com/en-nz/help/214397/design-issues-sending-small-data-segments-over-tcp-with-winsock: 'If there are data to be sent in the same direction as the ACK before the second data packet is received and the delay timer expires, the ACK is piggybacked with the data segment and sent immediately.'
|
2019-12-09 08:45:52 -06:00 |
|
tcp_backlog.c
|
Make the tcp_backlog error message clear
|
2020-02-24 11:35:01 -06:00 |
|
tcp_callback.c
|
net/tcp: change the log level to warning if iob_tryalloc fail
|
2021-01-18 18:18:10 +08:00 |
|
tcp_close.c
|
net/callback: remove the assert check of conn instance
|
2020-11-10 19:40:41 -08:00 |
|
tcp_conn.c
|
mm/iob: rename the iob_free_queue() to iob_destroy_queue()
|
2021-02-26 20:38:44 +08:00 |
|
tcp_connect.c
|
net/tcp/handshake: send the SYN immediately.
|
2020-12-15 21:41:29 +08:00 |
|
tcp_devpoll.c
|
|
|
|
tcp_finddev.c
|
Fix typos in comments
|
2020-02-14 08:50:45 -06:00 |
|
tcp_getsockopt.c
|
net/tcp: only print the error when disable the TCP_NODELAY
|
2021-01-18 18:21:55 +08:00 |
|
tcp_input.c
|
net/tcp: rename the winszie to snd_wnd to make the semantics more accurate
|
2020-12-07 14:20:34 +08:00 |
|
tcp_ipselect.c
|
|
|
|
tcp_listen.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
|
tcp_monitor.c
|
Run codespell -w against all files
|
2020-02-22 14:45:07 -06:00 |
|
tcp_netpoll.c
|
Don't need monitor IOB buffer empty event for POLLOUT implementation
|
2020-05-13 06:50:07 -06:00 |
|
tcp_notifier.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
|
tcp_recvfrom.c
|
net/tcp: send the ack on nonblock mode
|
2020-12-15 21:41:10 +08:00 |
|
tcp_recvwindow.c
|
net/tcp: dynamic calculation of available iobs
|
2021-02-08 10:47:43 +08:00 |
|
tcp_send.c
|
net/tcp: add a member to record the current receiving window
|
2020-12-07 14:44:55 +08:00 |
|
tcp_send_buffered.c
|
Revert "net: unify socket info file descriptor"
|
2021-02-26 10:21:02 +08:00 |
|
tcp_send_unbuffered.c
|
Revert "net: unify socket info file descriptor"
|
2021-02-26 10:21:02 +08:00 |
|
tcp_sendfile.c
|
net/tcp: rename the winszie to snd_wnd to make the semantics more accurate
|
2020-12-07 14:20:34 +08:00 |
|
tcp_seqno.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
|
tcp_setsockopt.c
|
net/tcp: only print the error when disable the TCP_NODELAY
|
2021-01-18 18:21:55 +08:00 |
|
tcp_timer.c
|
net/tcp: reset the connection ref count before tcp_free()
|
2021-01-28 19:54:11 +08:00 |
|
tcp_txdrain.c
|
Revert "net: unify socket info file descriptor"
|
2021-02-26 10:21:02 +08:00 |
|
tcp_wrbuffer.c
|
net/tcp: implement the fast retransmit
|
2020-11-26 20:49:38 +08:00 |
|
tcp_wrbuffer_dump.c
|
net/tcp/tcp_wrbuffer_dump.c: Fix a syslog format
|
2020-11-20 22:22:53 -08:00 |