user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 4/5] DS: remove IPPROTO_TCP import
  2019-05-22 21:46  7% [PATCH 0/5] DS: drop more unused stuff Eric Wong
@ 2019-05-22 21:46  6% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-05-22 21:46 UTC (permalink / raw)
  To: meta

Unlike Danga::Socket, we do not support TCP_CORK, either
---
 lib/PublicInbox/DS.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index 68af4d6..d73c8d0 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -31,7 +31,6 @@ use fields ('sock',              # underlying socket
 
 use Errno  qw(EINPROGRESS EWOULDBLOCK EISCONN ENOTSOCK
               EPIPE EAGAIN EBADF ECONNRESET ENOPROTOOPT);
-use Socket qw(IPPROTO_TCP);
 use Carp   qw(croak confess);
 
 use constant DebugLevel => 0;
-- 
EW


^ permalink raw reply related	[relevance 6%]

* [PATCH 0/5] DS: drop more unused stuff
@ 2019-05-22 21:46  7% Eric Wong
  2019-05-22 21:46  6% ` [PATCH 4/5] DS: remove IPPROTO_TCP import Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2019-05-22 21:46 UTC (permalink / raw)
  To: meta

No point in bloating processes with this stuff.

Eric Wong (5):
  DS: get rid of unused methods and aliases
  DS: remove support OtherFds code
  DS: drop $VERSION var
  DS: remove IPPROTO_TCP import
  DS: warn on deprecations

 lib/PublicInbox/DS.pm | 98 ++++---------------------------------------
 1 file changed, 9 insertions(+), 89 deletions(-)

-- 
EW

^ permalink raw reply	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-05-22 21:46  7% [PATCH 0/5] DS: drop more unused stuff Eric Wong
2019-05-22 21:46  6% ` [PATCH 4/5] DS: remove IPPROTO_TCP import Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).