Skip to content

Commit

Permalink
Modify default value of PJ_MAX_HOSTNAME (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauwming committed Mar 20, 2023
1 parent 15902a8 commit 195cd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pjlib/include/pj/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,10 +668,10 @@
* Libraries sometimes needs to make copy of an address to stack buffer;
* the value here affects the stack usage.
*
* Default: 128
* Default: 253
*/
#ifndef PJ_MAX_HOSTNAME
# define PJ_MAX_HOSTNAME (128)
# define PJ_MAX_HOSTNAME (253)
#endif

/**
Expand Down

0 comments on commit 195cd37

Please sign in to comment.