This website requires JavaScript.
Explore
Help
Sign In
packages
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
kircher
d0e5d8cd5e
do not update cwnd when send dataack
2022-12-21 17:52:28 +08:00
0001-add-makefile.patch
Init package
2020-11-30 08:07:37 +00:00
0002-adapt-lstack.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0003-fix-the-occasional-coredump-when-the-lwip-exits.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0004-fix-error-of-deleting-conn-table-in-connect.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0005-syn-rcvd-state-reg-conn-into-conntable.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0006-fix-coredump-in-etharp.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0007-gazelle-fix-epoll_ctl-EPOLLET-mode-error.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0008-gazelle-fix-lwip_accept-memcpy-sockaddr-large.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0009-fix-stack-buffer-overflow-when-memcpy-addr.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0010-fix-the-incomplete-release-of-the-conntable.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0011-remove-gazelle-tcp-conn-func.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0012-fix-incomplete-resource-release-in-lwip-close.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0013-remove-gazelle-syscall-thread.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0014-fix-some-compile-errors.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0015-fix-tcp-port-alloc-issue.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0016-lstack-support-mysql-mode.patch
remove kernel socket interface
2022-02-25 14:25:06 +08:00
0017-support-REUSEPOR-option.patch
support REUSEPORT
2022-03-03 17:44:29 +08:00
0018-exec-gazelle_init_sock-before-read-event.patch
exec gazelle_sock_init() before read event
2022-03-07 21:12:24 +08:00
0019-gazelle-reduce-copy-in-send.patch
gazelle reduce copy in send
2022-03-08 09:41:51 +08:00
0020-remove-chose_dlsym_handle-function-set-handle-to-RTL.patch
remove chose_dlsym_handle function
2022-03-08 11:30:32 +08:00
0021-refactor-event-if-ring-is-full-the-node-is-added-to-.patch
refactor event, if ring is full node is added to list
2022-03-15 19:26:57 +08:00
0022-notify-app-that-sock-state-changes-to-CLOSE_WAIT.patch
notify app that sock state changes to CLOSE_WAIT
2022-03-15 20:10:39 +08:00
0023-refactor-event-and-checksum-offload-support.patch
refactor event
2022-03-29 22:57:18 +08:00
0024-refactor-pkt-read-send-performance.patch
refactor-pkt-read-send-performance
2022-07-07 21:39:44 +08:00
0025-Replace-gettid-with-syscall-SYS_gettid.patch
Replace gettid() with syscall()
2022-07-19 12:16:00 +08:00
0026-del-redundant-wait_close-and-move-epoll_events-pos.patch
del-redundant-wait_close-and-move-epoll_events-pos
2022-07-26 17:41:34 +08:00
0027-modify-EISCONN-condition.patch
modify-EISCONN-condition
2022-10-06 16:04:11 +08:00
0028-per-thread-reassdata-variables.patch
per-thread-reassdata-variables
2022-10-06 17:35:35 +08:00
0029-fix-EISCONN-err-and-remove-same-customized-modificat.patch
fix-EISCONN-err-and-remove-same-customized-modificat
2022-10-06 18:50:45 +08:00
0030-refactor-tcp-new-port.patch
refactor tcp new port
2022-10-06 20:01:12 +08:00
0031-refactor-add-event-limit-send-pkts-num.patch
refactor add event, limit send pkts num
2022-10-06 20:36:11 +08:00
0032-fix-free-pbuf-miss-data.patch
fix free pbuf miss data
2022-10-06 21:09:12 +08:00
0033-alloc-socket-fail-clean-sock.patch
alloc socket fail clean sock
2022-10-11 21:50:01 +08:00
0034-add-accept4-and-epoll_create1.patch
add epoll_create1 and accetp4
2022-10-19 22:00:53 +08:00
0035-add-writev-and-readv.patch
add writev and readv
2022-10-20 10:39:00 +08:00
0036-add-fs-secure-compilation-option.patch
add fs secure compilation option
2022-10-25 10:06:22 +08:00
0037-enable-ARP-QUEUE-to-avoid-sync-packet-dropped.patch
enable ARP QUEUE to avoid packet dropped
2022-11-23 09:43:18 +08:00
0038-add-tso.patch
optimize app thread write buff block
2022-12-03 21:41:46 +08:00
0039-optimize-app-thread-write-buff-block.patch
optimize app thread write buff block
2022-12-03 21:41:46 +08:00
0040-add-huge-snd_buf.patch
add huge snd_buf
2022-12-06 14:56:48 +00:00
0041-optimite-pcb-list-limit-send-size-and-ack-now.patch
optimite pcb unsent and unacked list, rexmit all pkts
2022-12-13 23:32:19 +08:00
0042-expand-recv-win.patch
expand rcv wnd and prefetch
2022-12-18 20:05:31 +08:00
0043-add-prefetch.patch
expand rcv wnd and prefetch
2022-12-18 20:05:31 +08:00
0044-skip-unnecessary-tcp_route.patch
skip unnecessary tcp_route
2022-12-19 20:50:54 +08:00
0045-add-variable-in-struct-sock.patch
add-variable-in-struct-sock
2022-12-20 14:54:04 +08:00
0046-add-dataack-when-recv-too-many-acks-with-data.patch
do not update cwnd when send dataack
2022-12-21 17:52:28 +08:00
backport-tcp-fix-sequence-number-comparison.patch
sync two patches from 20.03-LTS-SP1
2022-07-08 16:32:38 +08:00
backport-tcp-tighten-up-checks-for-received-SYN.patch
sync two patches from 20.03-LTS-SP1
2022-07-08 16:32:38 +08:00
lwip-2.1.3.zip
replace lwip-2.1.3.tar.gz to lwip-2.1.3.zip
2022-11-26 11:43:54 +08:00
lwip.spec
do not update cwnd when send dataack
2022-12-21 17:52:28 +08:00
Description
No description provided
13
MiB
Languages
Diff
100%