Watt-32 icon indicating copy to clipboard operation
Watt-32 copied to clipboard

Watt-32 TCP/IP library and samples.

Results 10 Watt-32 issues
Sort by recently updated
recently updated
newest added

This pull request has been added in a draft state for feedback purposes... This pull request adds a Lua script that can determine and address the differences between different types...

I'm experimenting with the delayed-ACK / window update code. Some radical changes here, so this needs proper testing to ensure that it helps in all scenarios. And there may be...

Hi, While working on the recent PRs I noticed there could be some room for optimization. I'm looking into that now but I had some questions: --- Callbacks from the...

Hi, Building libwatt.a compiled, so would it be a candidate upgrading 16-bit Arachne to DJGPP SSL/TLS 32-bit? Source Code, [link](http://glennmcc.org/arachne/asrc199.zip) DJGPP SSL/TLS 32-bit reference, [link](https://groups.google.com/g/comp.os.msdos.djgpp/c/4GGhcKL_ZPQ) Developer, [link](http://glennmcc.dynu.com/aqccc_home/nospambots.php) DOS plan b,...

I tried looking everywhere, but I cannot find the license of Watt-32 documented anywhere. What's the license?

Work in progress, pushing what I have so far: First commit saves the user's `$CFLAGS` in the makefile, which I think is generally a good idea. Though there are some...

Hi there - how do I compile on linux? `./configur.sh` doesn't seem to generate the `*.err` files as noted in the the header of `configur` Is this only something that...

Hello, We've been using WATTCP for years in some DJGPP DOS applications, but I have noticed that UDP DGRAM fragments are sent as EWOULDBLOCK. This is a problem for old...

wontfix

Function: static void W32_CALL dhcp_fsm (void) in src/pcdhcp.c starts with the following code line: printf ("In %s(): send_timeout: %lu, state: %s\n", __FUNCTION__, DWORD_CAST(send_timeout), state_name()); This continuosly produces output similar to...

Hi, I am trying to correct WATCOM tools support, because it is broken by several incostistencies as calling conventions etc. There is several macros which purpose is unclear to me...